Previously, the list endpoint always returned soul=null because
_agent_config_to_response() was called without include_soul=True.
This caused confusion since PUT /api/agents/{name} and GET /api/agents/{name}
both returned the soul content, but the list endpoint silently omitted it.
Co-authored-by: octo-patch <octo-patch@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| routers | ||
| __init__.py | ||
| app.py | ||
| config.py | ||
| deps.py | ||
| path_utils.py | ||
| services.py | ||