agentv 3.13.3 → 3.14.2
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.
- package/dist/{chunk-TGCWIHBH.js → chunk-3UW7KUQ3.js} +562 -58
- package/dist/chunk-3UW7KUQ3.js.map +1 -0
- package/dist/{chunk-PACTPWEN.js → chunk-75PQBKLR.js} +4 -4
- package/dist/{chunk-PACTPWEN.js.map → chunk-75PQBKLR.js.map} +1 -1
- package/dist/{chunk-D3LNJUUB.js → chunk-ELQEFMGO.js} +773 -339
- package/dist/chunk-ELQEFMGO.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-KPMR7RBT.js → dist-5EEXTTC3.js} +4 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-OMJAMCQP.js → interactive-Q563ULAR.js} +3 -3
- package/dist/templates/.agentv/config.yaml +4 -13
- package/dist/templates/.agentv/targets.yaml +0 -16
- package/package.json +1 -1
- package/dist/chunk-D3LNJUUB.js.map +0 -1
- package/dist/chunk-TGCWIHBH.js.map +0 -1
- package/dist/templates/.agentv/.env.example +0 -23
- /package/dist/{dist-KPMR7RBT.js.map → dist-5EEXTTC3.js.map} +0 -0
- /package/dist/{interactive-OMJAMCQP.js.map → interactive-Q563ULAR.js.map} +0 -0
|
@@ -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
|
|
File without changes
|
|
File without changes
|