harn-stdlib 0.8.26

Embedded Harn standard library source catalog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * Capture agent events for session_id while body runs.
 *
 * @effects: [host]
 * @allocation: heap
 * @errors: []
 * @api_stability: experimental
 * @example: agent_capture_events(session_id, body)
 */
pub fn agent_capture_events(session_id, body) {
  return __host_agent_capture_events(session_id, body)
}