feat: implement artifact tool in TS (#328)
---------
Co-authored-by:
Marcus Schiesser <mail@marcusschiesser.de>
Showing
- .changeset/modern-cars-travel.md 5 additions, 0 deletions.changeset/modern-cars-travel.md
- e2e/shared/multiagent_template.spec.ts 1 addition, 1 deletione2e/shared/multiagent_template.spec.ts
- e2e/shared/streaming_template.spec.ts 1 addition, 1 deletione2e/shared/streaming_template.spec.ts
- helpers/env-variables.ts 0 additions, 6 deletionshelpers/env-variables.ts
- helpers/tools.ts 20 additions, 0 deletionshelpers/tools.ts
- templates/components/engines/typescript/agent/tools/code-generator.ts 129 additions, 0 deletions...mponents/engines/typescript/agent/tools/code-generator.ts
- templates/components/engines/typescript/agent/tools/index.ts 4 additions, 0 deletionstemplates/components/engines/typescript/agent/tools/index.ts
- templates/components/llamaindex/typescript/streaming/annotations.ts 68 additions, 18 deletions...components/llamaindex/typescript/streaming/annotations.ts
- templates/components/llamaindex/typescript/streaming/events.ts 0 additions, 9 deletions...ates/components/llamaindex/typescript/streaming/events.ts
- templates/types/streaming/express/index.ts 2 additions, 0 deletionstemplates/types/streaming/express/index.ts
- templates/types/streaming/express/package.json 1 addition, 1 deletiontemplates/types/streaming/express/package.json
- templates/types/streaming/express/src/controllers/chat.controller.ts 10 additions, 42 deletions...ypes/streaming/express/src/controllers/chat.controller.ts
- templates/types/streaming/express/src/controllers/sandbox.controller.ts 140 additions, 0 deletions...s/streaming/express/src/controllers/sandbox.controller.ts
- templates/types/streaming/nextjs/app/api/chat/route.ts 10 additions, 36 deletionstemplates/types/streaming/nextjs/app/api/chat/route.ts
- templates/types/streaming/nextjs/app/api/sandbox/route.ts 142 additions, 0 deletionstemplates/types/streaming/nextjs/app/api/sandbox/route.ts
- templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx 14 additions, 3 deletions...es/streaming/nextjs/app/components/ui/chat/chat-input.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-tools.tsx 15 additions, 1 deletion...nextjs/app/components/ui/chat/chat-message/chat-tools.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-message/index.tsx 8 additions, 1 deletion...ming/nextjs/app/components/ui/chat/chat-message/index.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-messages.tsx 26 additions, 1 deletion...streaming/nextjs/app/components/ui/chat/chat-messages.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat.interface.ts 1 addition, 1 deletion...streaming/nextjs/app/components/ui/chat/chat.interface.ts
Loading
Please register or sign in to comment