mikekelly / AgentK

An autoagentic AGI that is self-evolving and modular.
MIT License
875 stars 133 forks source link

Error Unable to run agentk #15

Open JustinYLee opened 1 month ago

JustinYLee commented 1 month ago

I get following error when I try to run ./agentk after successful install. I tried it from WSL2 and miniconda3 on Linux Mint install.

Traceback (most recent call last): File "/app/agent_kernel.py", line 4, in from agents import hermes File "/app/agents/hermes.py", line 7, in import utils File "/app/utils.py", line 8, in from langgraph.checkpoint.sqlite import SqliteSaver File "/usr/local/lib/python3.12/site-packages/langgraph/checkpoint/sqlite/init.py", line 9, in from langgraph.checkpoint.base import ( ImportError: cannot import name 'WRITES_IDX_MAP' from 'langgraph.checkpoint.base' (/usr/local/lib/python3.12/site-packages/langgraph/checkpoint/base/init.py)

ramontayag commented 3 weeks ago

Same as https://github.com/mikekelly/AgentK/issues/18#issuecomment-2396543413