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>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agents.py | ||
| artifacts.py | ||
| assistants_compat.py | ||
| channels.py | ||
| mcp.py | ||
| memory.py | ||
| models.py | ||
| runs.py | ||
| skills.py | ||
| suggestions.py | ||
| thread_runs.py | ||
| threads.py | ||
| uploads.py | ||