Skip to content

Commit 13e9867

Browse files
committed
.env.example
1 parent 65a350f commit 13e9867

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [How It Works](#how-it-works) for an explanation of this flow.
99
## Core Components
1010
- **Threads**: Manage Messages[] as threads.
1111
- **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
1313
- **State Management**: Thread-safe JSON key-value state management
1414
- **LLM**: +100 LLMs using the OpenAI I/O Format powered by LiteLLM
1515

agentpress/agents/.env.example

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
OPENAI_API_KEY=
2+
ANTHROPIC_API_KEY=
3+
GROQ_API_KEY=
4+
AGENTOPS_API_KEY=

agentpress/cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"agent.py": "agents/simple_web_dev/agent.py",
6060
"tools/files_tool.py": "agents/simple_web_dev/tools/files_tool.py",
6161
"tools/terminal_tool.py": "agents/simple_web_dev/tools/terminal_tool.py",
62+
".env.example": "agents/.env.example"
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)