Conner Swann

Results 62 comments of Conner Swann

Interesting... Poked this again today, and messed with the recursion limit setting -- still seeing a recursion error which indicates to me I might have a circular relationship in my...

I imagine that a useful way to think about modeling this is kind of like a Software Engineering team -- inspired by the OpenAI Assistants API (i.e. persistent task-specific agents...

Thanks for the tip, this got the chart working for me @myst3k

This happens when the Agent is run outside of a browser in a node environment, I have actually been messing with the code and have basic operations working. This happens...

Made some changes in a branch on my fork here in case anyone wants to do some copy-pasta: https://github.com/yourbuddyconner/eliza/tree/conner/evm/packages/plugin-evm/src I properly set up the LiFi SDK as well as arbitrary...

I can look into that this weekend!

@n00b21337 What is your use-case for running in a browser? I can't imagine why I would do that atm...

@0xaguspunk -- I added basic working (CLI) functionality to a draft PR here: https://github.com/ai16z/eliza/pull/952 I only got it to the point where my basic cli tests worked ("send yourself 0.001...

I can corroborate this, anecdotally. I left lens connected to a couple clusters overnight and it used up _literally_ hundreds of gigabytes of my bandwidth, and I hit the 1TB...

I am dealing with this right now -- and unfortunately llama-cpp-server has the only completions endpoint that I can find that supports logprobs properly (random hard requirement I have). llama.cpp...