mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 05:02:11 +00:00
feat: sync universal schema and sdk updates
This commit is contained in:
parent
79bb441287
commit
f5d1a6383d
56 changed files with 6800 additions and 3974 deletions
|
|
@ -117,6 +117,13 @@ Claude CLI outputs newline-delimited JSON events:
|
|||
}
|
||||
```
|
||||
|
||||
## Limitations (Headless CLI)
|
||||
|
||||
- The headless CLI tool list does not include the `AskUserQuestion` tool, even though the Agent SDK documents it.
|
||||
- As a result, prompting the CLI to "call AskUserQuestion" does not emit question events; it proceeds with normal tool/message flow instead.
|
||||
- If we need structured question events, we can implement a wrapper around the Claude Agent SDK (instead of the CLI) and surface question events in our own transport.
|
||||
- The current Python SDK repo does not expose `AskUserQuestion` types; it only supports permission prompts via the control protocol.
|
||||
|
||||
## Response Schema
|
||||
|
||||
```typescript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue