453097ff18
Flatten langgraph-python, langgraph-js, and mcp-apps starters so npm install && npm run dev works out of the box. Replace Turborepo with concurrently, move apps/* to root, update Dockerfiles, READMEs, and entrypoints. Also remove stray pnpm-lock.yaml from a2a-a2ui and ms-agent-framework-dotnet starters.
15 lines
144 B
Plaintext
15 lines
144 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
.env*
|
|
!.env.example
|
|
.DS_Store
|
|
*.pem
|
|
.claude
|
|
.worktrees
|
|
.langgraph_api
|
|
agent/.venv
|
|
agent/__pycache__
|
|
coverage
|