Initial commit: extracted from memex

This commit is contained in:
2026-03-27 15:41:57 -04:00
commit 9acc7713e0
37 changed files with 2308 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[Unit]
Description=org-agent: Neurosymbolic Lisp Machine Kernel
After=network.target
[Service]
Type=simple
# Update User and WorkingDirectory to match your local setup
User=amr
WorkingDirectory=/home/amr/.openclaw/workspace/memex/5_projects/org-agent
ExecStart=/home/amr/.openclaw/workspace/memex/5_projects/org-agent/org-agent-server
Restart=always
RestartSec=10
# Environment variables can be loaded from the .env file
EnvironmentFile=/home/amr/.openclaw/workspace/memex/5_projects/org-agent/.env
[Install]
WantedBy=multi-user.target