Chat App
April 29, 2026 ยท View on GitHub
The Chat application provides the conversation interface for the Agyn platform.
Architecture: Chat
Local Development
Full setup: Local Development
Prepare environment
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y
See bootstrap for details.
Run from sources
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -w
Run tests
pnpm lint
pnpm typecheck
pnpm test
E2E runs are centralized in the agynio/e2e repository.
Follow E2E Testing
to provision the cluster and run devspace run test-e2e --tag svc_chat_app from the e2e repo.