Packages
Jido plugin and actions that adapt the Gralkor memory server into a Jido agent. Drop in the plugin for recall-on-query and capture-on-completion; add the actions to your ReAct tools list for explicit memory_search / memory_add.
Current section
Files
Jump to
Current section
Files
config/test.exs
import Config
config :logger, level: :info
config :jido_gralkor,
client: Gralkor.Client.InMemory,
client_http: [
url: "http://gralkor.test"
]