mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 22:36:51 -05:00
[PR #3081] [CLOSED] Add switchplane #11356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3081
Author: @demianbrecht
Created: 4/21/2026
Status: ❌ Closed
Base:
master← Head:add-switchplane📝 Commits (1)
fe43029Add switchplane📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
Project Name
Checklist
Add project-name- [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
How It Differs
If similar entries exist, what makes this one unique?
Unlike agent frameworks that define how agents collaborate or chain prompts, Switchplane operates at the runtime layer. It manages agent tasks as isolated subprocesses behind a per-app daemon, with Unix socket IPC, SQLite persistence, and automatic CLI/TUI generation. Agent logic is pure LangGraph; Switchplane handles lifecycle, observability, and process isolation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.