REFAC: Standardize on Cognitive Cycle and update documentation
This commit is contained in:
@@ -104,17 +104,17 @@
|
||||
)
|
||||
#+end_src
|
||||
|
||||
** Org-agent (Local Foundry)
|
||||
** OpenCortex (Local Foundry)
|
||||
|
||||
#+begin_src elisp :tangle yes
|
||||
(use-package org-agent
|
||||
(use-package opencortex
|
||||
:straight nil
|
||||
:load-path "~/.local/share/org-agent/src"
|
||||
:commands (org-agent-connect org-agent-disconnect)
|
||||
:load-path "~/.local/share/opencortex/src"
|
||||
:commands (opencortex-connect opencortex-disconnect)
|
||||
:init
|
||||
(setq org-agent-host "127.0.0.1")
|
||||
(setq org-agent-port 9105)
|
||||
(setq org-agent-executable-path "~/.local/share/org-agent/bin/org-agent-server")
|
||||
(setq opencortex-host "127.0.0.1")
|
||||
(setq opencortex-port 9105)
|
||||
(setq opencortex-executable-path "~/.local/share/opencortex/bin/opencortex-server")
|
||||
:config
|
||||
(message "org-agent: Local brain configured at %s" org-agent-executable-path))
|
||||
(message "opencortex: Local brain configured at %s" opencortex-executable-path))
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user