first commit
This commit is contained in:
32
.env.example
Normal file
32
.env.example
Normal file
@@ -0,0 +1,32 @@
|
||||
# OpenAI Codex SDK
|
||||
CODEX_API_KEY=
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_BASE_URL=
|
||||
CODEX_SKIP_GIT_CHECK=true
|
||||
MCP_CONFIG_PATH=./mcp.config.json
|
||||
|
||||
# Anthropic Claude Agent SDK
|
||||
ANTHROPIC_API_KEY=
|
||||
CLAUDE_MODEL=
|
||||
CLAUDE_CODE_PATH=
|
||||
|
||||
# Agent management limits
|
||||
AGENT_MAX_CONCURRENT=4
|
||||
AGENT_MAX_SESSION=2
|
||||
AGENT_MAX_RECURSIVE_DEPTH=3
|
||||
|
||||
# Schema-driven orchestration limits
|
||||
AGENT_STATE_ROOT=.ai_ops/state
|
||||
AGENT_TOPOLOGY_MAX_DEPTH=4
|
||||
AGENT_TOPOLOGY_MAX_RETRIES=2
|
||||
AGENT_RELATIONSHIP_MAX_CHILDREN=4
|
||||
|
||||
# Resource provisioning (hard + soft constraints)
|
||||
AGENT_WORKTREE_ROOT=.ai_ops/worktrees
|
||||
AGENT_WORKTREE_BASE_REF=HEAD
|
||||
AGENT_PORT_BASE=36000
|
||||
AGENT_PORT_BLOCK_SIZE=32
|
||||
AGENT_PORT_BLOCK_COUNT=512
|
||||
AGENT_PORT_PRIMARY_OFFSET=0
|
||||
AGENT_PORT_LOCK_DIR=.ai_ops/locks/ports
|
||||
AGENT_DISCOVERY_FILE_RELATIVE_PATH=.agent-context/resources.json
|
||||
Reference in New Issue
Block a user