Skip to content

Archon Prototype#161

Open
dcjohnston wants to merge 4 commits intotalos-agent:mainfrom
dcjohnston:archon
Open

Archon Prototype#161
dcjohnston wants to merge 4 commits intotalos-agent:mainfrom
dcjohnston:archon

Conversation

@dcjohnston
Copy link

@dcjohnston dcjohnston commented Aug 9, 2025

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.

@dcjohnston dcjohnston force-pushed the archon branch 2 times, most recently from 989eada to f4ca8b5 Compare August 9, 2025 14:00
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnny-emp why do we have both a requirements and a pyproject? Usually you'd have a pyproject and a lockfile no?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 dcjohnston force-pushed the archon branch 6 times, most recently from d6fd096 to 7192280 Compare August 9, 2025 14:59
@dcjohnston dcjohnston force-pushed the archon branch 16 times, most recently from 21ed449 to 4d144dc Compare August 9, 2025 17:51
dcjohnston and others added 2 commits August 30, 2025 13:56
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 johnny-emp force-pushed the main branch 3 times, most recently from ccf2936 to 015ec79 Compare September 10, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants