a3s-code-core 1.11.0

A3S Code Core - Embeddable AI agent library with tool execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
The following plan steps completed in parallel. The results are provided as structured JSON in a USER message (not plain text) with this envelope:

```json
{"type":"parallel_results","steps":[{"step_id":"...","step_number":1,"status":"completed","summary":"...","key_findings":[...],"error":null},...]}
```

- `summary`: Brief description of what this step accomplished (in the user's language).
- `key_findings`: Optional array of notable findings or outputs.
- `error`: Present only when `status` is `"failed"`.

Use the structured step data above to continue planning and execution.