harn-stdlib 0.10.28

Embedded Harn standard library source catalog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * One-way aggregate for the agent loop's implementation modules. Harn module
 * imports currently cross the boundary through public exports, so the child
 * modules intentionally expose internal `__...` helpers here. Keep leaves
 * dependency-free where possible: importing a mutually dependent helper set
 * can leave a runtime module closure without an otherwise valid builtin.
 */
pub import "std/agent/loop_foundation"
pub import "std/agent/loop_resource_dispatch"
pub import "std/agent/loop_result_status"
pub import "std/agent/loop_tool_calls"
pub import "std/agent/loop_turn_options"
pub import "std/agent/loop_turn_scope"