9 lines
199 B
Python
9 lines
199 B
Python
"""
|
|
Pallas — FastAgent MCP Bridge
|
|
|
|
Generic runtime for serving FastAgent agents over StreamableHTTP.
|
|
Reads deployment topology from agents.yaml in the working directory.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|