xml-pipeline/agentserver
dullfig 0fb35da5dd Add /configure command with full-screen editor
- AgentConfigStore: Per-agent YAML configs in ~/.xml-pipeline/agents/
- Full-screen editor using prompt_toolkit with YAML highlighting
- /configure: Edit organism.yaml (swarm wiring)
- /configure @agent: Edit agent config (prompt, model, temperature)

Agent configs separate behavior (prompt, model) from wiring (peers, routing).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 21:17:43 -08:00
..
auth Add authentication system and HTTP/WebSocket server 2026-01-17 20:50:53 -08:00
config Add /configure command with full-screen editor 2026-01-17 21:17:43 -08:00
console Add /configure command with full-screen editor 2026-01-17 21:17:43 -08:00
listeners Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
llm Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
memory Add threads list to context buffer get_stats() 2026-01-11 14:46:27 -08:00
message_bus Add SystemPipeline for external message injection 2026-01-17 21:07:28 -08:00
platform Fix platform.complete() to use correct LLM router API 2026-01-11 14:05:53 -08:00
primitives Add SystemPipeline for external message injection 2026-01-17 21:07:28 -08:00
prompts major changes to base 2025-12-28 21:14:08 -08:00
schema Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
server Add SystemPipeline for external message injection 2026-01-17 21:07:28 -08:00
tools Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
utils major changes to message bus, and xml listener 2026-01-01 15:27:20 -08:00
__init__.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
agentserver.py Major design solidification and documentation sync — December 26, 2025 2025-12-26 16:51:19 -08:00
cli.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
main.py initial dir structure 2025-12-25 21:52:36 -08:00
xml_listener.py re-writing docs and code 2026-01-03 14:48:57 -08:00