andkoma
andkoma
I could fix the error, when using on crewai by initialize the llm_tracker = None in the agentops\client.py _init_ function .
I think this type of "features" depend on the response of the involved llm's, the complexity of the request and the testability of the produced code. --- single shot experiment:...
do you have specific requirements for such a implementation or just a the same like reference? As any programmer, also these agents need to be streamlined what the should do...
That’s the idea of a flexible agent system. Start at ground zero and grow. > Am 29.07.2024 um 23:09 schrieb mishav78 ***@***.***>: > > > since it's a general purpose...
Bzw: AI is also not bad in creating a skeleton for such documents based on NLP. > Am 29.07.2024 um 23:09 schrieb mishav78 ***@***.***>: > > > since it's a...
was this in plain shell or inside a visual studio terminal? I had similar issues where most of them disappear in the terminal windows of VS.
Try to activate your prepared environment, remove the agentops module, deactivate and start again > >source ./venv/bin/activate > >pip uninstall agentops -Y > >deactivate > >./run_venv.sh In my case, this...