Solution: LP-0008 — Pilot, a Sovereign Agent Module for Logos Core - #149
Open
johnniedom wants to merge 2 commits into
Open
johnniedom wants to merge 2 commits into
johnniedom wants to merge 2 commits into
Conversation
✅ Validation passedA reviewer will assess against the prize criteria. Automated check. See solution template and TERMS. |
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.
Adds
solutions/LP-0008.md: Pilot, a sovereign agent packaged as a universal C++ Logos Core module. It runs beside the unmodified wallet (lez_core), storage and messaging modules, holds its own LEZ account, funds itself from the testnet faucet, talks to its owner over an encrypted channel on Logos Messaging (CLI, a console client, and a Basecamp plugin), enforces a spending threshold through a crash-safe state machine, exposes 23 skills behind a plugin interface, and discovers, hires and pays other agents over an A2A binding on Logos Messaging.feat/lez-v0.2.2.evidence/verify-testnet.sh; CI runs the reviewer's./demo.shfrom a clean clone on every push (green on the final commit, run 34608674332).RISC0_DEV_MODE=0): run 34337950423, with the prover heartbeat log and the shielded transfer landed on chain; a second run on the final commit (34647127531) is in progress.The two Basecamp plugins (Pilot Remote and Pilot Agent) live at
pilot-ui/remote-pluginandpilot-ui/basecamp-plugin, each with itsmodule.json,metadata.jsonand packaging manifest.Known limitations are stated in the write-up and in
KNOWN_LIMITATIONS.md.