Files
copilotkit__copilotkit/showcase/shared/python/__init__.py
Jordan Ritter 25ee60e0dd feat: add shared showcase packages with tools, components, and test coverage
- @copilotkit/showcase-shared: React hooks, components, A2UI catalog, SalesDashboard
- Shared Python tools: 7 implementations + 54 pytest tests
- Shared TypeScript tools: equivalents + 43 vitest tests
- React component tests: 68 tests (7 suites)
- Aimock fixtures: 18 deterministic demo scenarios
2026-04-13 17:38:44 -07:00

6 lines
198 B
Python

"""Shared Python tool implementations for CopilotKit Showcase.
Pure Python functions with NO framework imports. Each framework's showcase
package wraps these in its own tool decorator pattern.
"""