Add aither-adk (AitherOS Agent) - #488
Open
wizzense wants to merge 3 commits into
Open
Conversation
AitherOS agents with persistent typed memory, a knowledge graph and a code
graph, served over ACP. Runs on local models, a self-hosted fleet, or cloud
APIs.
Distribution: uvx aither-adk==3.0.2 acp serve
Auth: two AitherIdentity device-flow (RFC 8628) methods —
- aither-device (type: agent) agent opens the browser and polls
- aither-terminal (type: terminal) client relaunches as `adk acp login`
Verified locally before opening this PR:
- build_registry.validate_agent / validate_distribution_versions /
validate_distribution_urls / validate_icon: no errors
- client.parse_auth_methods + validate_auth_methods against a live
`uvx aither-adk==3.0.2 acp serve`: 2 valid auth methods
- the same handshake on a box with no fleet, no Ollama and no API key
(temp HOME, provider env stripped), since that is what CI runs on
wizzense
marked this pull request as draft
August 7, 2026 14:31
3.0.2's two advertised auth methods could not complete - the AitherIdentity device flow they both call was broken four ways (dead default host, wrong path, form body where JSON is required, and a pending poll that answers HTTP 200 with a status field rather than RFC 8628's 400 + error, so the loop aborted on its first tick). Fixed in 3.0.3 and verified from the PUBLISHED wheel: uvx aither-adk==3.0.3 acp login issues a real device challenge against idp.aitherium.com and holds in authorization_pending instead of erroring.
wizzense
marked this pull request as ready for review
August 7, 2026 14:52
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 aither-adk — AitherOS agents with persistent typed memory, a knowledge graph and a code graph, served over ACP. Runs on local models, a self-hosted fleet, or cloud APIs.
Distribution
Authentication — two AitherIdentity device-flow (RFC 8628) methods, so both GUI and terminal clients have a usable path:
aither-deviceagentaither-terminalterminaladk acp login(args: ["acp", "login"])agentCapabilities.auth.logoutis advertised andlogoutclears the stored credentials.Verified locally before opening this PR
build_registry.validate_agent,validate_distribution_versions,validate_distribution_urls,validate_icon— no errorsclient.parse_auth_methods+validate_auth_methodsagainst a liveuvx aither-adk==3.0.2 acp serve— 2 valid auth methodsHOME, provider env stripped), since that is the shape CI runs on. The agent deliberately does not resolve an LLM backend until the firstsession/prompt, soinitializeandauthenticatealways answer.Icon is 16×16 and monochrome via
currentColor.