Add tests, templates, and Gitea Actions workflows
This commit is contained in:
18
.templates/default/.env.template
Normal file
18
.templates/default/.env.template
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Environment template for agent workspaces
|
||||||
|
|
||||||
|
# Agent identification
|
||||||
|
AGENT_ID={agentName}
|
||||||
|
WORKSPACE_PATH={workspacePath}
|
||||||
|
AGENT_WORKSPACE={workspacePath}
|
||||||
|
|
||||||
|
# Git user configuration (set by git-agent-sync)
|
||||||
|
GIT_USER_NAME={gitUserName}
|
||||||
|
GIT_USER_EMAIL={gitUserEmail}
|
||||||
|
|
||||||
|
# Agent metadata
|
||||||
|
AGENT_CREATED_AT={createdAt}
|
||||||
|
|
||||||
|
# Custom environment variables can be added below
|
||||||
|
# Example:
|
||||||
|
# API_KEY=your-api-key
|
||||||
|
# DEBUG=true
|
||||||
Reference in New Issue
Block a user