agentv 3.13.2 → 3.14.0

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
- # Copy this file to .env and fill in your credentials
2
-
3
- # Azure OpenAI Configuration
4
- AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com/
5
- AZURE_OPENAI_API_KEY=your-openai-api-key-here
6
- AZURE_DEPLOYMENT_NAME=gpt-5-chat
7
- AZURE_OPENAI_API_VERSION=2024-12-01-preview
8
-
9
- # Google Gemini
10
- GOOGLE_GENERATIVE_AI_API_KEY=your-gemini-api-key-here
11
- GEMINI_MODEL_NAME=gemini-2.5-flash
12
-
13
- # Anthropic
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
- CLI_EVALS_DIR=./docs/examples/simple/evals/local-cli
23
- LOCAL_AGENT_TOKEN=dummytoken