llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Ashwin Bharambe e48d062233
feat(responses): add MCP argument streaming and content part events
- Add content part events (response.content_part.added/done) for granular text streaming
- Implement MCP-specific argument streaming (response.mcp_call.arguments.delta/done)
- Differentiate between MCP and function call streaming events
- Update unit and integration tests for new streaming events
- Ensure proper event ordering and OpenAI spec compliance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-13 23:32:24 +00:00
..
__init__.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
agent_instance.py chore: standardize session not found error (#3031) 2025-08-04 13:12:02 -07:00
agents.py feat(responses): add include parameter (#3115) 2025-08-12 10:24:01 -07:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
openai_responses.py feat(responses): add MCP argument streaming and content part events 2025-08-13 23:32:24 +00:00
persistence.py fix: Fix list_sessions() (#3114) 2025-08-13 07:46:26 -07:00
safety.py chore(api): add mypy coverage to meta_reference_safety (#2661) 2025-07-09 10:22:34 +02:00