xml-pipeline/agentserver/tools
dullfig 3764c30628 Add tool stubs for native agent tools
Stub implementations for:
- base.py: Tool, ToolResult, @tool decorator, registry
- calculate.py: Math expressions (simpleeval)
- fetch.py: HTTP requests (aiohttp)
- files.py: read_file, write_file, list_dir
- shell.py: run_command (sandboxed)
- search.py: web_search
- keyvalue.py: key_value_get/set/delete (in-memory stub)
- librarian.py: exist-db integration (store, get, query, search)

All stubs return "Not implemented" - ready for real implementation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 22:40:58 -08:00
..
__init__.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
base.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
calculate.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
fetch.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
files.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
keyvalue.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
librarian.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
search.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00
shell.py Add tool stubs for native agent tools 2026-01-12 22:40:58 -08:00