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>
|
||
|---|---|---|
| .. | ||
| scripts | ||
| conftest.py | ||
| test_buffer.py | ||
| test_context_buffer.py | ||
| test_crypto.py | ||
| test_hot_reload.py | ||
| test_pipeline_steps.py | ||
| test_pump_integration.py | ||
| test_sequence.py | ||
| test_server.py | ||
| test_shared_backend.py | ||
| test_todo_registry.py | ||