llama-stack-mirror/llama_stack/providers/inline/agents
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
..
meta_reference fix(agent): ensure turns are sorted (#2854) 2025-07-22 10:24:51 -07:00
__init__.py add missing inits 2024-11-08 17:54:24 -08:00