holon 0.14.1

A headless, event-driven runtime for long-lived agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Tool Calling Shape

Decision:

- use native Anthropic-style `tool_use` and `tool_result`
- do not invent a Holon-specific JSON action protocol

Reason:

- Holon's coding path follows the Claude Code runtime shape
- staying close to the provider-native protocol avoids an extra adapter layer