llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Ashwin Bharambe dbe4e84aca
feat(responses): implement full multi-turn support (#2295)
I think the implementation needs more simplification. Spent way too much
time trying to get the tests pass with models not co-operating :(
Finally had to switch claude-sonnet to get things to pass reliably.

### Test Plan

```
export TAVILY_SEARCH_API_KEY=...
export OPENAI_API_KEY=...

uv run pytest -p no:warnings \
   -s -v tests/verifications/openai_api/test_responses.py \
 --provider=stack:starter \
  --model openai/gpt-4o
```
2025-06-02 15:35:49 -07:00
..
__init__.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
agent_instance.py feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
agents.py feat(responses): implement full multi-turn support (#2295) 2025-06-02 15:35:49 -07:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
openai_responses.py feat(responses): implement full multi-turn support (#2295) 2025-06-02 15:35:49 -07:00
persistence.py feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
safety.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00