xml-pipeline/docs
dullfig e653d63bc1 Rename agentserver to xml_pipeline, add console example
OSS restructuring for open-core model:
- Rename package from agentserver/ to xml_pipeline/
- Update all imports (44 Python files, 31 docs/configs)
- Update pyproject.toml for OSS distribution (v0.3.0)
- Move prompt_toolkit from core to optional [console] extra
- Remove auth/server/lsp from core optional deps (-> Nextra)

New console example in examples/console/:
- Self-contained demo with handlers and config
- Uses prompt_toolkit (optional, falls back to input())
- No password auth, no TUI, no LSP — just the basics
- Shows how to use xml-pipeline as a library

Import changes:
- from agentserver.* -> from xml_pipeline.*
- CLI entry points updated: xml_pipeline.cli:main

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 21:41:19 -08:00
..
archive-obsolete fixing docs 2026-01-07 13:12:08 -08:00
agentserver_api_spec.md Add Lua listeners proposal and message log stream 2026-01-12 22:30:45 -08:00
configuration.md Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
core-principles-v2.1.md Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
doc_cross_check.md Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
growth-suggestions.md fixing docs 2026-01-11 13:50:05 -08:00
handler-contract-v2.1.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
listener-class-v2.1.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
llm-router-v2.1.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
lsp-integration.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
lua_listeners_proposal.md Add Lua listeners proposal and message log stream 2026-01-12 22:30:45 -08:00
message-pump-v2.1.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
native_tools.md Add native tools specification 2026-01-12 22:37:40 -08:00
platform-architecture.md Add platform architecture design doc 2026-01-11 13:49:42 -08:00
primitives.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
secure-console-v3.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
security_considerations.md Add security considerations document 2026-01-11 22:52:55 -08:00
self-grammar-generation.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
split-config.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
wasm-listeners.md Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
why-not-json.md added rant 2026-01-03 17:57:07 -08:00