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)
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)