feat: implement interpreter tool (#94)
---------
Co-authored-by:
Marcus Schiesser <mail@marcusschiesser.de>
Showing
- .changeset/gentle-knives-unite.md 5 additions, 0 deletions.changeset/gentle-knives-unite.md
- .github/workflows/e2e.yml 1 addition, 1 deletion.github/workflows/e2e.yml
- helpers/env-variables.ts 77 additions, 21 deletionshelpers/env-variables.ts
- helpers/index.ts 1 addition, 0 deletionshelpers/index.ts
- helpers/tools.ts 50 additions, 0 deletionshelpers/tools.ts
- templates/components/engines/typescript/agent/chat.ts 10 additions, 14 deletionstemplates/components/engines/typescript/agent/chat.ts
- templates/components/engines/typescript/agent/tools/index.ts 17 additions, 1 deletiontemplates/components/engines/typescript/agent/tools/index.ts
- templates/components/engines/typescript/agent/tools/interpreter.ts 174 additions, 0 deletions.../components/engines/typescript/agent/tools/interpreter.ts
- templates/types/streaming/express/gitignore 3 additions, 1 deletiontemplates/types/streaming/express/gitignore
- templates/types/streaming/express/index.ts 2 additions, 1 deletiontemplates/types/streaming/express/index.ts
- templates/types/streaming/express/package.json 2 additions, 1 deletiontemplates/types/streaming/express/package.json
- templates/types/streaming/fastapi/gitignore 1 addition, 1 deletiontemplates/types/streaming/fastapi/gitignore
- templates/types/streaming/fastapi/main.py 1 addition, 2 deletionstemplates/types/streaming/fastapi/main.py
- templates/types/streaming/nextjs/app/api/files/[...slug]/route.ts 12 additions, 5 deletions...s/types/streaming/nextjs/app/api/files/[...slug]/route.ts
- templates/types/streaming/nextjs/app/components/ui/chat/chat-events.tsx 3 additions, 1 deletion...s/streaming/nextjs/app/components/ui/chat/chat-events.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-sources.tsx 3 additions, 1 deletion.../streaming/nextjs/app/components/ui/chat/chat-sources.tsx
- templates/types/streaming/nextjs/app/components/ui/lib/url.ts 4 additions, 4 deletions...lates/types/streaming/nextjs/app/components/ui/lib/url.ts
- templates/types/streaming/nextjs/gitignore 2 additions, 0 deletionstemplates/types/streaming/nextjs/gitignore
- templates/types/streaming/nextjs/package.json 2 additions, 1 deletiontemplates/types/streaming/nextjs/package.json
Loading
Please register or sign in to comment