test-agent / agent.json
NeuralNotwork's picture
Upload agent.json with huggingface_hub
0f67ee7 verified
{
"tools": [
"final_answer"
],
"model": {
"class": "LiteLLMModel",
"data": {
"last_input_token_count": null,
"last_output_token_count": null,
"model_id": "openai/gpt-4o-mini",
"api_base": null
}
},
"managed_agents": {},
"prompt_templates": {
"system_prompt": "You are a helpful assistant.",
"planning": {
"initial_facts": "",
"initial_plan": "",
"update_facts_pre_messages": "",
"update_facts_post_messages": "",
"update_plan_pre_messages": "",
"update_plan_post_messages": ""
},
"managed_agent": {
"task": "",
"report": ""
},
"final_answer": {
"pre_messages": "",
"post_messages": ""
},
"custom": "You are a helpful assistant."
},
"max_steps": 20,
"verbosity_level": 1,
"grammar": null,
"planning_interval": null,
"name": null,
"description": null,
"requirements": [
"smolagents"
],
"model_settings": {
"temperature": 0.0
},
"testing": "hello"
}