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>
5 lines
100 B
Python
5 lines
100 B
Python
"""
|
|
xml-pipeline: Tamper-proof nervous system for multi-agent organisms.
|
|
"""
|
|
|
|
__version__ = "0.4.0"
|