mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 13:01:41 +00:00
Agent package + coding agent WIP, refactored web-ui prompts
This commit is contained in:
parent
4e7a340460
commit
ffc9be8867
58 changed files with 5138 additions and 2206 deletions
3
packages/coding-agent/src/index.ts
Normal file
3
packages/coding-agent/src/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export { main } from "./main.js";
|
||||
export { SessionManager } from "./session-manager.js";
|
||||
export { bashTool, codingTools, editTool, readTool, writeTool } from "./tools/index.js";
|
||||
Loading…
Add table
Add a link
Reference in a new issue