AutoGPT
AutoGPT copied to clipboard
Initial base.py for message broker agent-state-encapsulation
Background
Changes
Documentation
Test Plan
PR Quality Checklist
- [ ] My pull request is atomic and focuses on a single change.
- [ ] I have thoroughly tested my changes with multiple different prompts.
- [ ] I have considered potential risks and mitigations for my changes.
- [ ] I have documented my changes clearly and comprehensively.
- [ ] I have not snuck in any "extra" small tweaks changes
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| docs | ⬜️ Ignored (Inspect) | May 6, 2023 4:33pm |
What does this do? Is this an abstraction of a prompt handler?
What does this do? Is this an abstraction of a prompt handler?
It's an interface for the message broker @anonhostp
Hmmm, I'm guessing I'm unsure what the "message broker" is. It sounds like an object that controls sending messages back and forth between the APIs.
I guess I'll figure out what it actually does in a bit, once I'm done scrubbing the repo. Just wanted to see if I could probe your knowledge a bit now, but thank you though!
it's for the inter-agent messaging API - which currently is NOT yet an API ...I wanted to use that, when I learnt that isn't even yet a proper encapsulated API - so that's probably what they're now working on fixing