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 |
|
dullfig
|
986db2e79b
|
Implement native tools and infrastructure
Tools (18 total):
- calculate: Safe AST-based math expression evaluator
- fetch: Async HTTP with SSRF protection
- files: Sandboxed read/write/list/delete
- shell: Command execution with blocklist
- search: Web search (SerpAPI, Google, Bing)
- keyvalue: In-memory key-value store
- librarian: exist-db XML database integration
- convert: XML↔JSON conversion + XPath extraction
Infrastructure:
- CLI with run/init/check/version commands
- Config loader for organism.yaml
- Feature detection for optional dependencies
- Optional extras in pyproject.toml
LLM:
- Fixed llm_connection.py to wrap working router
WASM:
- Documented WASM listener interface
- Stub implementation for future work
MCP:
- Reddit sentiment MCP server example
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-17 20:25:48 -08:00 |
|