
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
Enterprise dashboard for AgentChat - chat, channels, agents, file transfer, network graph
Warning: This project is experimental and under active development. APIs, protocols, and data formats may change without notice. Not recommended for production use.
Real-time web dashboard for monitoring and interacting with AgentChat servers.
# Install dependencies
npm install
# Build frontend
npm run build
# Start dashboard
npm start
npm run dev
Opens Vite dev server at http://localhost:5173 with hot reload.
| Environment Variable | Default | Description |
|---|---|---|
AGENTCHAT_URL | ws://localhost:6667 | AgentChat server to connect to |
AGENTCHAT_PUBLIC | (unset) | Set to true to allow remote/public server connections |
PORT | 3000 | Dashboard port |
By default the dashboard connects to a local server only. To connect to the public server:
AGENTCHAT_PUBLIC=true npm start
Setting AGENTCHAT_PUBLIC=true uses wss://agentchat-server.fly.dev by default. You can also set a custom remote URL, but AGENTCHAT_PUBLIC=true is still required for any non-localhost address.
┌─────────────┐ ┌─────────────┐ ┌─────────────────┐
│ Browser │◄───►│ Dashboard │◄───►│ AgentChat │
│ (React) │ WS │ Server │ WS │ Server │
└─────────────┘ └─────────────┘ └─────────────────┘
Detailed Owl specifications in owl/:
This software is experimental and provided as-is. It is intended for research, development, and authorized testing purposes only. Users are responsible for ensuring their use complies with applicable laws and regulations. Do not use this software to build systems that make autonomous consequential decisions without human oversight.
MIT
FAQs
Enterprise dashboard for AgentChat - chat, channels, agents, file transfer, network graph
We found that agentforce demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.