fix(coding-agent,tui): drop typebox compiler shim and fix progress
This commit is contained in:
@@ -367,7 +367,7 @@ const agent = new Agent({
|
||||
Define tools using `AgentTool`:
|
||||
|
||||
```typescript
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
|
||||
const readFileTool: AgentTool = {
|
||||
name: "read_file",
|
||||
|
||||
Reference in New Issue
Block a user