Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python API for the hexgate package.
from hexgate import ( create_agent, create_manifest, AgentManifest, enforce_policy, invoke_agent, stream_agent, stream_agent_raw, load_agent, load_builtin_agent, load_hexgate_agent, list_builtin_agents, User, agent_tool, web_search, fetch, )