File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See [How It Works](#how-it-works) for an explanation of this flow.
9
9
## Core Components
10
10
- ** Threads** : Manage Messages[ ] as threads.
11
11
- ** Tools** : Register code as callable tools with definitions in both OpenAPI and XML
12
- - ** Response Processing** : Support for both native-LLM OpenAPI and XML-based tool calling
12
+ - ** Response Processing** : Support for native-LLM OpenAPI and XML-based tool calling
13
13
- ** State Management** : Thread-safe JSON key-value state management
14
14
- ** LLM** : +100 LLMs using the OpenAI I/O Format powered by LiteLLM
15
15
Original file line number Diff line number Diff line change
1
+ OPENAI_API_KEY =
2
+ ANTHROPIC_API_KEY =
3
+ GROQ_API_KEY =
4
+ AGENTOPS_API_KEY =
Original file line number Diff line number Diff line change 59
59
"agent.py" : "agents/simple_web_dev/agent.py" ,
60
60
"tools/files_tool.py" : "agents/simple_web_dev/tools/files_tool.py" ,
61
61
"tools/terminal_tool.py" : "agents/simple_web_dev/tools/terminal_tool.py" ,
62
+ ".env.example" : "agents/.env.example"
62
63
}
63
64
}
64
65
}
You can’t perform that action at this time.
0 commit comments