303 Direct Api Modality

303: Direct API Modality

The Direct API Modality is a non-interactive, programmatic invocation of a model’s raw generative API. This modality is used for tasks where the agent’s output must be strictly controlled and non-conversational. It provides the ‘brain’ of the agent but requires the calling application to provide the ‘hands’ (tool execution).

  • Supported Tools:
    • scripts/invoke_microagent.py (Preferred)
    • scripts/direct_model_invoker.py (Legacy)