chore(init): 初始化项目目录结构与 Go 模块
Some checks failed
GoLoom CI / Lint (push) Successful in 9m25s
GoLoom CI / Test (push) Failing after 24s
GoLoom CI / Build (push) Has been skipped
GoLoom CI / Docker Build (push) Has been skipped

This commit is contained in:
hhs
2026-06-09 23:53:08 +08:00
commit 018fe07773
20 changed files with 263 additions and 0 deletions

14
configs/application.yaml Normal file
View File

@@ -0,0 +1,14 @@
app:
name: goloom
env: development
port: ${SERVER_PORT:-8091}
llm:
base_url: ${LLM_BASE_URL}
api_key: ${LLM_API_KEY}
model: ${LLM_MODEL:-deepseek-chat}
timeout: 30s
max_retries: 3
agent:
config_dir: configs/agent