Add agent chat frontend base

This commit is contained in:
武阳
2026-05-06 12:10:22 +08:00
parent 69c335714c
commit d6a2359dc1
69 changed files with 14436 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Claw Code Agent Frontend
This frontend is based on the MIT-licensed `langchain-ai/agent-chat-ui` project and will be adapted into the Claw Code Agent data workbench.
Current scope:
- Keep the upstream chat UI foundation.
- Preserve the artifact side-panel pattern for review and dataset outputs.
- Replace the LangGraph client integration with Claw Code Agent FastAPI endpoints in later steps.
Upstream license attribution is kept in `LICENSE.agent-chat-ui`.
## Development
```bash
corepack enable
pnpm install
pnpm dev
```
The default Next.js dev server runs on `http://localhost:3000`.