https://github.com/wrtnlabs/agentica.template.react
https://github.com/wrtnlabs/agentica.template.react
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wrtnlabs/agentica.template.react
- Owner: wrtnlabs
- Created: 2025-03-17T09:06:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T02:20:29.000Z (7 months ago)
- Last Synced: 2025-03-21T03:25:11.665Z (7 months ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Template repository of Agentica's WebSocket Client.
npm install
npm run dev### Environment Variables
```bash
# .env
VITE_AGENTICA_WS_URL=ws://localhost:37001/chat
```