Commit 8477e3f
committed
Implement ACP agent management and UI components
- Added support for managing ACP agents, including starting, stopping, and listing agents through new backend handlers.
- Introduced new frontend components for agent settings and dialog interactions, allowing users to configure and interact with agents.
- Updated storage functions to handle agent data in local storage.
- Enhanced the application state to include an ACP manager for better agent lifecycle management.
- Integrated ACP functionality into the existing application workflow, ensuring seamless communication between the frontend and backend.
- Updated package.json files to include Vitest for testing and ensure compatibility with the new features.1 parent 26fdc90 commit 8477e3f
28 files changed
Lines changed: 4370 additions & 181 deletions
File tree
- anycode-backend
- src
- handlers
- anycode-base
- anycode-example
- anycode
- components
- public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments