chore: cleanup project root from local artifacts and accidental directories
This commit is contained in:
31
.env
31
.env
@@ -1,31 +0,0 @@
|
|||||||
# org-agent: Neural Engine Configuration
|
|
||||||
LLM_API_KEY="" # Add your Gemini API key here
|
|
||||||
LLM_ENDPOINT="https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent"
|
|
||||||
|
|
||||||
# System 2: Symbolic Constraints
|
|
||||||
SAFETY_BLOCK_SHELL=true
|
|
||||||
GTD_ENFORCE_INTEGRITY=true
|
|
||||||
|
|
||||||
# OACP Daemon Configuration
|
|
||||||
ORG_AGENT_DAEMON_PORT=9105
|
|
||||||
ORG_AGENT_WEB_PORT=8080
|
|
||||||
DAEMON_HOST="0.0.0.0" # Changed to 0.0.0.0 for Docker accessibility
|
|
||||||
HEARTBEAT_INTERVAL=60
|
|
||||||
|
|
||||||
# Memex Integration
|
|
||||||
MEMEX_DIR="/home/amr/memex"
|
|
||||||
ZETTELKASTEN_DIR="/app/2_notes"
|
|
||||||
SKILLS_DIR="/app/2_notes"
|
|
||||||
|
|
||||||
# PARA Structure (Consolidated)
|
|
||||||
INBOX_DIR="/app/0_inbox"
|
|
||||||
DAILY_DIR="/app/1_daily"
|
|
||||||
PROJECTS_DIR="/app/5_projects"
|
|
||||||
AREAS_DIR="/app/6_areas"
|
|
||||||
RESOURCES_DIR="/app/7_resources"
|
|
||||||
ARCHIVES_DIR="/app/8_archives"
|
|
||||||
SYSTEM_DIR="/app/9_system"
|
|
||||||
|
|
||||||
MEMEX_USER="Amr"
|
|
||||||
MEMEX_ASSISTANT="Agent"
|
|
||||||
RECIPIENT_ID="+14107054317"
|
|
||||||
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.env
|
||||||
|
org-agent-server
|
||||||
|
\$MEMEX_DIR/
|
||||||
|
*.log
|
||||||
|
*~
|
||||||
|
\#*#
|
||||||
BIN
org-agent-server
BIN
org-agent-server
Binary file not shown.
Reference in New Issue
Block a user