The Chat application provides the conversation interface for the Agyn platform.
Architecture: Chat
Full setup: Local Development
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -ySee bootstrap for details.
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -wpnpm lint
pnpm typecheck
pnpm testE2E 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.