This is the complete list of members for iragent.agent.Agent, including all inherited members.
__init__(self, str name, str model, str base_url, str api_key, str system_prompt, float temprature=0.1, int max_token=100, str next_agent=None, List[Callable] fn=[], str provider="openai", str response_format=None, memory=None) | iragent.agent.Agent | |
_call_ollama(self, List[Dict] msgs, Message message) | iragent.agent.Agent | protected |
_call_ollama_v2(self, List[Dict] msgs, Message message) | iragent.agent.Agent | protected |
_call_openai(self, List[Dict] msgs, Message message, **kwargs) | iragent.agent.Agent | protected |
api_key | iragent.agent.Agent | |
base_url | iragent.agent.Agent | |
call_message(self, Message message, **kwargs) | iragent.agent.Agent | |
client | iragent.agent.Agent | |
fn | iragent.agent.Agent | |
function_map | iragent.agent.Agent | |
function_to_schema(self, Callable fn) | iragent.agent.Agent | |
max_token | iragent.agent.Agent | |
memory | iragent.agent.Agent | |
model | iragent.agent.Agent | |
name | iragent.agent.Agent | |
next_agent | iragent.agent.Agent | |
parse_docstring(self, Callable fn) | iragent.agent.Agent | |
provider | iragent.agent.Agent | |
python_type_to_json_type(self, Any py_type) | iragent.agent.Agent | |
response_format | iragent.agent.Agent | |
system_prompt | iragent.agent.Agent | |
temprature | iragent.agent.Agent | |