James Collins

Results 14 comments of James Collins

I am non-commital about the relationship between the workspaces of multi-agent systems. There are for sure valid agent systems where there are reasonable parent/child relationships. There are also proposed systems...

All such considerations are on the table, but out of scope for the work we're doing here. Just trying to get a binding between an agent and a workspace and...

you don't need this if/else. Just log the thoughts. The typewriter log has internal speak logic: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/logs.py#L90

> > * thanks for the information on both comments, I really like the command validator. I'm trying to keep the PRs very small and atomic, so I'm happy to...

@DarylRodrigo If we don't have a chance to chat, I'll try to follow up more later. But what we're after here is not the port of the implementation, which will...

Thanks for the PR, but we're not ready for new features yet. We're still actively figuring out how the broker will work and what the schema governing our message standard...

Some thoughts on how this will work: ```python # This may happen "client" application side before we create the Agent, I'm thinking planner = Planner(...) language_model = LanguageModel(...) initial_user_input =...

Please read the contribution guide: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing We do not accept PRs without a description.

The CI is broken with your change and we'd want unit tests showing what this is doing and verifying it works. Can you take a look. Also, if you are...

Why have you moved the function from the only module in which it is used?