Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-arch: plugins base #3995

Merged
merged 3 commits into from
May 9, 2023
Merged

Re-arch: plugins base #3995

merged 3 commits into from
May 9, 2023

Conversation

ntindle
Copy link
Member

@ntindle ntindle commented May 8, 2023

Background

Splitting the plugins into two separate areas of concerns was decided upon by the team. The first of these is the system constructor (name tbd) and the plugin manager. The plugin manager's role is simply to pull plugins that exist and return them to the caller. Each other component is responsible for registering, managing, or otherwise handling the plugins themselves.

Changes

Adds a base class for plugins

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

@ntindle ntindle requested a review from collijk May 8, 2023 04:14
@vercel
Copy link

vercel bot commented May 8, 2023

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 9, 2023 3:33am

@ntindle ntindle added the re-arch label May 8, 2023
@ntindle ntindle added this to the v0.4.0 Release milestone May 8, 2023
@github-actions github-actions bot added the size/l label May 8, 2023
@anonhostpi
Copy link

#3652

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label May 9, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label May 9, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot added size/m and removed size/l labels May 9, 2023
@collijk collijk merged commit 2c20cbf into agent-state-encapsulation May 9, 2023
@collijk collijk deleted the plugins-take2 branch May 9, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants