xml-pipeline/xml_pipeline/server
dullfig 4530c06835 Add capability introspection REST endpoints
Adds operator-only endpoints for discovering organism capabilities:
- GET /api/v1/capabilities - list all listeners
- GET /api/v1/capabilities/{name} - detailed info with schema/example

These are REST-only for operators. Agents cannot access them -
they only know their declared peers (peer constraint isolation).

10 new tests for introspection functionality.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 20:51:17 -08:00
..
__init__.py Add AgentServer REST/WebSocket API 2026-01-27 20:22:58 -08:00
api.py Add capability introspection REST endpoints 2026-01-27 20:51:17 -08:00
app.py Add AgentServer REST/WebSocket API 2026-01-27 20:22:58 -08:00
models.py Add capability introspection REST endpoints 2026-01-27 20:51:17 -08:00
state.py Add capability introspection REST endpoints 2026-01-27 20:51:17 -08:00
websocket.py Add AgentServer REST/WebSocket API 2026-01-27 20:22:58 -08:00