F4 - agents & tool use

          AGENT
             │
	┌──────┼───────┐
     ▼                 ▼                     ▼
   Search            Model            Ticket API
User request
    ↓
Agent
    ↓
decides tool required
    ↓
create_ticket(...)
    ↓
tool executes
    ↓
result returned
    ↓
Agent responds
tool

  • a capability exposed to the agent that performs the action when invoked by the model

get_detector_status(detector_id)
search_manual(query)
get_experiment_schedule(date)
create_maintenance_ticket(detector_id, reason)

architecture.png|250