Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,26 @@ hive tui
hive run exports/your_agent_name --input '{"key": "value"}'
```

## Frontend

The v0.6.0 release introduced a new web workspace for visual agent building and monitoring.

### Running the Frontend

```bash
cd core/frontend
npm install
npm run dev
```

The frontend provides:
- Visual agent graph builder
- Real-time session monitoring
- Credential management UI
- Chat interface for agent interaction

For more details, see the [Frontend README](core/frontend/README.md).

## Coding Agent Support

### Codex CLI
Expand Down