xml-pipeline/xml_pipeline
dullfig f87d9f80e9 Move console, auth, server to Nextra (v0.4.0)
These modules are now proprietary and live in the Nextra SaaS product.
xml-pipeline remains the OSS core with:
- Message pump and pipeline steps
- Handler contract and responses
- LLM router abstraction
- Native tools
- Config loading
- Memory/context buffer

Removed:
- xml_pipeline/console/ → nextra/console/
- xml_pipeline/auth/ → nextra/auth/
- xml_pipeline/server/ → nextra/server/
- Legacy files: agentserver.py, main.py, xml_listener.py

The simple console example remains in examples/console/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 22:37:21 -08:00
..
config Move console, auth, server to Nextra (v0.4.0) 2026-01-19 22:37:21 -08:00
listeners Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
llm Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
memory Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
message_bus Fix XSD path for installed package (v0.3.1) 2026-01-19 22:24:36 -08:00
platform Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
primitives Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
prompts Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
schema Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
tools Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
utils Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
__init__.py Move console, auth, server to Nextra (v0.4.0) 2026-01-19 22:37:21 -08:00
cli.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00