mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e9a2e143de
Replace sys.path.insert hacks in Python agent files with direct
imports via symlinks to shared/{python,typescript}/tools.
Update Dockerfiles, entrypoints, and configs to support the new
symlink-based tool resolution. Add PARITY_NOTES for frameworks
that have known gaps.
14 lines
152 B
Plaintext
14 lines
152 B
Plaintext
node_modules/
|
|
.next/
|
|
.env.local
|
|
.env
|
|
*.pyc
|
|
__pycache__/
|
|
.venv/
|
|
dist/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# Shared modules (copied by CI)
|
|
shared_frontend/
|