22 lines
597 B
Markdown
22 lines
597 B
Markdown
# 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`.
|