agentv 0.21.2 → 0.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Example environment configuration for AgentV
|
|
2
|
-
# Copy this file to .env and fill in your credentials
|
|
3
|
-
|
|
4
|
-
# Model Provider Selection (Optional - can be configured via targets.yaml)
|
|
5
|
-
PROVIDER=azure
|
|
6
|
-
|
|
7
|
-
# Azure OpenAI Configuration
|
|
8
|
-
# These are the default environment variable names used in the provided targets.yaml
|
|
9
|
-
AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com/
|
|
10
|
-
AZURE_OPENAI_API_KEY=your-api-key-here
|
|
11
|
-
AZURE_DEPLOYMENT_NAME=gpt-4o
|
|
12
|
-
|
|
13
|
-
# Anthropic Configuration (if using Anthropic provider)
|
|
14
|
-
ANTHROPIC_API_KEY=your-anthropic-api-key-here
|
|
15
|
-
|
|
16
|
-
# VS Code Workspace Paths for Execution Targets
|
|
17
|
-
# Note: Using forward slashes is recommended for paths in .env files
|
|
18
|
-
# to avoid issues with escape characters.
|
|
19
|
-
PROJECTX_WORKSPACE_PATH=C:/Users/your-username/OneDrive - Company Pty Ltd/sample.code-workspace
|
|
20
|
-
|
|
21
|
-
# CLI provider sample (used by the local_cli target)
|
|
22
|
-
PROJECT_ROOT=D:/GitHub/your-username/agentv/docs/examples/simple
|
|
23
|
-
LOCAL_AGENT_TOKEN=your-cli-token
|