Closed aimzieslol closed 3 months ago
Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.
BTW, when I make a "dumb" agent and run()
the same thing, it works just fine:
dumb_agent = Agent(agent_name='dumb-tester',
agent_description=('does dumb things'),
llm=get_groq_llm(),
max_loops=1,
verbose=False)
@aimzieslol Hey please try agin, we fixed it!
Worked-- thanks!
Using the
examples
I created a custom ChromaDB that looks like this:My agent setup looks like this:
When I attempt to run the agent with this command (to have it do something simple/stupid to see how memory works:
it seems like most of it works correctly but it complains about the
out
variable:Normal client operations work when I invoke the client from
memory,
i.e. I'm able to add, retrieve, etc.Also, the only
out
variable is in theChromaMemory
class and it works just fine.Lastly, it could be that I'm using this completely wrong so just tell me if long-term memory is only for
RAG
operations ... ?Upvote & Fund