xml-pipeline/agentserver/tools
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
..
__init__.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
base.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
calculate.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
convert.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
fetch.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
files.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
keyvalue.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
librarian.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
search.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00
shell.py Implement native tools and infrastructure 2026-01-17 20:25:48 -08:00