AGiXT icon indicating copy to clipboard operation
AGiXT copied to clipboard

AGiXT is a dynamic AI Agent Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, a...

Results 73 AGiXT issues
Sort by recently updated
recently updated
newest added

First off on windows 10 I use this model in llama.cpp already so I know it works at least but I do get this error when trying to load it...

Running Locally with the following cfg: AI_PROVIDER=openai AI_MODEL=gpt-3.5-turbo COMMANDS_ENABLED=True WORKING_DIRECTORY=WORKSPACE Given the objective: **Find the price of the nvidia 4090** The agent runs and generates [tasks](https://pastebin.com/mZ9XhHBt). However, it seems like...

type | report | bug
reply needed | please retest

Hi there, I just built the frontend on linux with npm / frontend #0.8.0 just found the following warning: ``` ./components/agent/AgentObjective.js 20:8 Warning: Reacht Hook useCallback has a missing dependency:...

type | report | bug
area | front end
platform | linux

AI_PROVIDER=bard AI_MODEL=bard AI_TEMPERATURE=0.1 MAX_TOKENS=2096 BARD_TOKEN=..my token here.. results in the following error: ``` Using embedded DuckDB with persistence: data will be stored in: agents/Agent-LLM/memories INFO: 127.0.0.1:55920 - "POST /api/agent/Agent-LLM/instruct HTTP/1.1"...

### Title Front End: Agent Settings ### Problem Description Each Agent will need its own settings, which will be the provider settings for that model and the commands. For example,...

type | request | enhancement
planned
area | front end

### Title Frontend has no respect for backend location ### Description So when you load the frontend and backend on a remote location, like say via docker, the frontend does...

type | report | bug
area | front end
environment | docker / containerized
environment | remote

Hi there I tried three different models (vicuna, gpt4all and gpt4all-j), all are failing to load. The vicuna one with some strange tensor error, and the gpt4all ones he wants...

area | back end
type | report | incompatibility
reply needed | waiting for response

Executing task 1: Develop a task list. INFO: 127.0.0.1:49426 - "GET /api/agent/undefined/command HTTP/1.1" 200 OK INFO: 127.0.0.1:49428 - "GET /api/agent HTTP/1.1" 200 OK INFO: 127.0.0.1:49430 - "GET /api/agent/Agent-LLM HTTP/1.1" 200...

type | report | bug
area | back end
platform | macos
environment | local

### Title Commands not executing ### Description No commands are being executed, of any description. Example output: Starting task with objective: write a text file with the words 'hello world'...

type | report | bug
area | back end

### Description After setting everything up in docker to use a local model instead of OpenAI's, I try to start a task with the agent, everything seems to work but...

type | report | bug
needs triage