Generate agents that belongs to your company.
Attribute | Parameters | Type | Description |
---|---|---|---|
job_title | job_title | str | The job title of Agent. |
company_url (Optional) | company_url | str | The url of your company |
company_objective (Optional) | company_objective | str | The objective of your company |
system_prompt (Optional) | system_prompt | str | Overwrite the characterization. |
Name (Optional) | name | str | The name of the human that represent from Agent |
Contact (Optional) | contact | str | The contact info of the human that represent from Agent |
Memory (Optional) | memory | boolean | The persistent memory by the agent id (Default: False) |
Reflection (Optional) | reflection | boolean | Reflection mode for agent. (Default: False) |
Compress Context (Optional) | compress_context | boolean | Compress the context for LLM context lenght (Default: True) |
model (Optional) | model | str | The llm model for Agent (Default: openai/gpt-4o) |