mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 04:01:56 +00:00
Re-export Type from typebox, update examples to import from pi-coding-agent
This commit is contained in:
parent
4e476f603e
commit
aedce30618
6 changed files with 9 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
* The onSession callback reconstructs state by scanning past tool results.
|
||||
*/
|
||||
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "@mariozechner/pi-coding-agent";
|
||||
import { StringEnum } from "@mariozechner/pi-ai";
|
||||
import { Text } from "@mariozechner/pi-tui";
|
||||
import type { CustomAgentTool, CustomToolFactory, ToolSessionEvent } from "@mariozechner/pi-coding-agent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue