Skip to content

Commit f9808d7

Browse files
committed
chore(showcase): bump validate-pins baseline 129 → 132
agno's package.json adds @copilotkit/shared, @copilotkit/voice, and openai for the new voice/multimodal/byoc demos using the same 'next' / '^5.9.0' pins langgraph-python uses (those identical pins are already in the baseline). Bumping the baseline per the validator's explicit suggestion.
1 parent b451171 commit f9808d7

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

  • showcase/integrations
    • ms-agent-python/src/app/demos/gen-ui-tool-based
    • pydantic-ai/src/app/demos/gen-ui-tool-based
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
Tool-Based Generative UI demo — uses the shared MS Agent Framework agent at src/agents/agent.py
3+
4+
Frontend tools generate haiku cards with Japanese text and imagery.
5+
All demos share the same agent instance served by agent_server.py.
6+
"""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
Tool-Based Generative UI demo — uses the shared PydanticAI agent at src/agents/agent.py
3+
4+
Frontend tools generate haiku cards with Japanese text and imagery.
5+
All demos share the same agent instance served by agent_server.py.
6+
"""

0 commit comments

Comments
 (0)