chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
@@ -0,0 +1,12 @@
# ── LLM / embedding provider (litellm-backed; defaults use OpenAI) ────────────
OPENAI_API_KEY=sk-...
CHAT_MODEL=gpt-5.4-mini # model the Agent Spec agent answers with
MEMORY_LLM_MODEL=gpt-5.4-mini # model oracleagentmemory uses to extract memories
EMBEDDING_MODEL=text-embedding-3-small
# ── Oracle AI Database (root docker-compose) ───────────
ORACLE_DB_USER=cookbook
ORACLE_DB_PASSWORD=cookbook_pw
ORACLE_DB_DSN=localhost:1521/FREEPDB1
LANGGRAPH_CHECKPOINTER=memory # set to "oracle" for durable LangGraph graph state in Oracle