(no commit message)
This commit is contained in:
91
agent.json
Normal file
91
agent.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"search_creator": {
|
||||
"traces": [],
|
||||
"train": [],
|
||||
"demos": [],
|
||||
"signature": {
|
||||
"instructions": "You are a marketing agent that comes up with the ideal people search paramaters for Persana given a\ncompany description and a target customer description. The search API allows the following parameters:\n- Included Job Titles\n- Excluded Job Titles\n- Included Companies\n- Excluded Companies\n- Company Type\n- Company Include Keywords\n- Company Exclude Keywords\n- Included Industries\n- Excluded Industries\n\nYou may use all or some of these parameters to craft your search. It is recommended not to use all parameters unless necessary.",
|
||||
"fields": [
|
||||
{
|
||||
"prefix": "Company Description:",
|
||||
"description": "The description of the company"
|
||||
},
|
||||
{
|
||||
"prefix": "Target Customer:",
|
||||
"description": "The target customer of the company"
|
||||
},
|
||||
{
|
||||
"prefix": "Feedback History:",
|
||||
"description": "Feedback on previous searches"
|
||||
},
|
||||
{
|
||||
"prefix": "Tools:",
|
||||
"description": "${tools}"
|
||||
},
|
||||
{
|
||||
"prefix": "Tool Calls:",
|
||||
"description": "${tool_calls}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lm": {
|
||||
"model": "anthropic/claude-3-5-haiku-20241022",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": 0.0,
|
||||
"max_tokens": 4000
|
||||
}
|
||||
},
|
||||
"feedback_creator": {
|
||||
"traces": [],
|
||||
"train": [],
|
||||
"demos": [],
|
||||
"signature": {
|
||||
"instructions": "You are a helpful assistant that helps a user give feedback to an AI agent that generates search parameters for a Persana API,\ngiven a company description and a target customer description from the user. Use the search result profiles the user selected, along with the\nresults the user deselected, along with the feedback from the user to give feedback to the AI agent.",
|
||||
"fields": [
|
||||
{
|
||||
"prefix": "Search Parameters:",
|
||||
"description": "The search parameters for the Persana API"
|
||||
},
|
||||
{
|
||||
"prefix": "Selected Profiles:",
|
||||
"description": "The profiles the user selected"
|
||||
},
|
||||
{
|
||||
"prefix": "Unselected Profiles:",
|
||||
"description": "The profiles the user did not select"
|
||||
},
|
||||
{
|
||||
"prefix": "User Feedback:",
|
||||
"description": "Feedback from the user on the previous search"
|
||||
},
|
||||
{
|
||||
"prefix": "Feedback:",
|
||||
"description": "Feedback to the AI agent that generated the search parameters"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lm": {
|
||||
"model": "anthropic/claude-3-5-haiku-20241022",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": 0.0,
|
||||
"max_tokens": 4000
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"dependency_versions": {
|
||||
"python": "3.11",
|
||||
"dspy": "3.0.3",
|
||||
"cloudpickle": "3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user