Nicholas Tindle

Results 665 comments of Nicholas Tindle

This should be possible. Can you tell me more about the modifications you had to make

If you could apply the changes to the file again and open a pr, a member of the team can review :)

we should add docs on how to actually use these blocks

@navneet35371 can you post what agent you were trying to build and how it’s connected

I don't have permission to make branches on your fork, and I'm not comfortable updating your master branch to be in line with ours, so I'm going to close this...

Sorry we kinda dropped the ball here, I'm going to close for now as the PR will need recreating. Ping me and I'll make sure it goes in if you...

There's two places to update it for. Old autogpt is in the providers in forge forge/forge/llm/providers and you'll need to implement a new provider there. Take a look at a...

@Pwuts can we close this? not sure what we want to do now that the behaviors have diverged a bit

Why are we locking the credential for the duration of the execution? Is it a write-only lock? Seems like we would basically be forcing one block using a credential at...

my understanding of in-use is for the tiny time to pull the credential and send the request. the implementations definition is when a block that uses that credential is running...