AgentK icon indicating copy to clipboard operation
AgentK copied to clipboard

An autoagentic AGI that is self-evolving and modular.

Results 13 AgentK issues
Sort by recently updated
recently updated
newest added

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

err during install: installing on ubuntu jammy with py 3.10.12: => => exporting layers 21.0s => => writing image sha256:b2e056e5531aaeff2114f2ec0a9e585124c4a603250d159252b190dcfb9b3e48 0.0s => => naming to docker.io/library/agentk-agentk 0.0s => [agentk] resolving...

I use openrouter and it is 100% compatible with OpenAI base/syntax. is there a way to set the base URL? This is all it would take to have openrouter 100%...

Hey, dear creator of the project! It would be nice to add support for openrouter LLMs as it becomes really popular and powerful solution. Also openrouter accepts payments in crypto...

This import comes in version 1.0.4 as per Nuno Campos https://github.com/langchain-ai/langgraph/issues/1570

Running ./agentk throws the following error => ERROR [agentk 7/11] RUN xargs -a apt-packages-list.txt apt-get install -y 0.3s ------ > [agentk 7/11] RUN xargs -a apt-packages-list.txt apt-get install -y: 0.206...

So basically whenever the system tries to do something, it's eventually caught off by `An error occurred while assigning software_engineer to task clean-up or potentially recover the identified incomplete or...

I access openai through a proxy. Please include Base_URL in the .env so that I can configure the address of the proxy.

Hi, I keep getting this error when it tries to search for content on the web: web_researcher is thinking... Error fetching or processing https://www.dckap.com/blog/magento-erp-integration/, exception: ********************************************************************** Resource punkt_tab not found....

In the scenario of using ollama, I configured openai_api_key="ollama" in the .env file. Then, where should I configure openai_api_base="http://IPADDRESS:11434/v1"? In config.py?