llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Omer Tuchfeld 5e18d4d097
fix(agent): ensure turns are sorted (#2854)
# What does this PR do?

Ensures that session turns retrieved from the agent persistence layer
are sorted by their `started_at` timestamp, as the key-value store does
not guarantee order.

Closes #2852

## Test Plan

- [ ] Add unit tests
2025-07-22 10:24:51 -07:00
..
__init__.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
agent_instance.py feat: Allow application/yaml as mime_type (#2575) 2025-07-21 15:43:32 +02:00
agents.py feat: Add webmethod for deleting openai responses (#2160) 2025-06-30 11:28:02 +02:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
openai_responses.py fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
persistence.py fix(agent): ensure turns are sorted (#2854) 2025-07-22 10:24:51 -07:00
safety.py chore(api): add mypy coverage to meta_reference_safety (#2661) 2025-07-09 10:22:34 +02:00