Archon Prototype - #161
Open
dcjohnston wants to merge 4 commits into
Open
Conversation
dcjohnston
force-pushed
the
archon
branch
2 times, most recently
from
August 9, 2025 14:00
989eada to
f4ca8b5
Compare
dcjohnston
commented
Aug 9, 2025
Author
There was a problem hiding this comment.
@johnny-emp why do we have both a requirements and a pyproject? Usually you'd have a pyproject and a lockfile no?
Collaborator
There was a problem hiding this comment.
yeah, we could technically remove the requirements.txt. we could add the uv.lock back, it was left out because it added a lot of unnecessary context to parse. perhaps it could be included but added to some kind of "cursorignores" style file?
dcjohnston
force-pushed
the
archon
branch
6 times, most recently
from
August 9, 2025 14:59
d6fd096 to
7192280
Compare
dcjohnston
force-pushed
the
archon
branch
16 times, most recently
from
August 9, 2025 17:51
21ed449 to
4d144dc
Compare
Resolved conflicts in: - src/talos/core/agent.py - src/talos/core/job_scheduler.py - src/talos/core/main_agent.py - src/talos/data/dataset_manager.py - tests/test_document_loader.py - tests/test_scheduled_jobs.py All conflicts resolved by accepting changes from main branch. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
johnny-emp
force-pushed
the
main
branch
3 times, most recently
from
September 10, 2025 04:44
ccf2936 to
015ec79
Compare
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.
Archon: Decentralised LangGraph Storage and Execution
Summary
Archon provides decentralized, type-safe storage and execution of LangGraph workflows using IPFS, enabling governance-ready AI agent management with complete type preservation.
Core Components
• Graph Models - Immutable Pydantic schemas with security-first validation and complete type serialization
• Graph Loader - Bi-directional serialization with IPFS integration and dynamic function/class reconstruction
• Graph Executor - Agentic graph execution inside ROFL on top of Talos' existing infra
Vision
Archon provides an on-chain graph configuration protocol that allows DAOs to build their own autonomous business.