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
from meibel import MeibelClient client = MeibelClient(api_key="your-api-key") result = client.agents.get("agent_id_value") print(result)
{ "id": "<string>", "name": "<string>", "display_name": "<string>", "catalog_urn": "<string>", "version": "<string>", "type": "<string>", "llm_model": "<string>", "fallback_models": [ "<string>" ], "datasources": [ "<string>" ], "instructions": "<string>", "tools": [ {} ], "artifacts": [ "<string>" ], "confidence_configs": [ "<string>" ], "temperature": 123, "tags": [ "<string>" ], "parent_version": "<string>", "description": "<string>", "max_tokens": 123, "icon": "<string>", "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_execution_status": "<string>", "last_execution_time": "2023-11-07T05:31:56Z" }
Successful Response
Was this page helpful?