docs: prioritize low-complexity agent primitives - #3
Open
Yeshwanthyk wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a documentation-only exploration PR. It compares Ziggy with current agent frameworks, then turns the useful OpenClaw/Hermes invariants into a low-complexity implementation queue without adding another runtime, state authority, or protocol.
What this PR adds
vercel/eve@6c5f4fe2withastro/flue@a171cc1bziggy@98988c29openclaw/openclaw@50a30b73NousResearch/hermes-agent@42708f8bziggy sessions <profile> [--json]ziggy doctor <profile> [--json](Profile, channel face)duplicate-resident lease, only if the operational risk is demonstrated0.82.0: recursive inventory should useSessionManager.listAll(customDirectory), not cwd-filteredlistMain decisions
Do next
Session inventory first
Narrow doctor second
SOUL.mdand reuses local channel/automation decoders plus session inventory.Auth.status; Pi auth checks may create or refresh credential files.Face-scoped lease only if needed
Keep out
Integration conclusion
Key files
docs/research/eve-flue-ziggy-comparison.mddocs/research/openclaw-hermes-current-primitives.mddocs/plans/openclaw-hermes-primitives.mddocs/plans/resident-lease.mddocs/plans/primitive-status.mddocs/research/pi-sdk-surface.mdValidation
bun run checkbun test ./src ./extensions && bun run test:helpers— 74 Bun tests + helper suites passgit diff --checkRuntime impact
None. No production code, dependency, Profile format, session format, or persisted state changes in this PR.