AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Initial base.py for message broker agent-state-encapsulation

Open rihp opened this issue 2 years ago • 3 comments

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

rihp avatar May 05 '23 11:05 rihp

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

vercel[bot] avatar May 05 '23 11:05 vercel[bot]

What does this do? Is this an abstraction of a prompt handler?

anonhostpi avatar May 05 '23 18:05 anonhostpi

What does this do? Is this an abstraction of a prompt handler?

It's an interface for the message broker @anonhostp

rihp avatar May 06 '23 16:05 rihp

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!

anonhostpi avatar May 07 '23 04:05 anonhostpi

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

Boostrix avatar May 07 '23 05:05 Boostrix