mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
25ee60e0dd
- @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
6 lines
198 B
Python
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.
|
|
"""
|