Implement hybrid TRM-ERS-PMLL model with documentation and fixes. #65
Open
drqsatoshi wants to merge 73 commits intoSamsungSAILMontreal:mainfrom
Open
Implement hybrid TRM-ERS-PMLL model with documentation and fixes. #65drqsatoshi wants to merge 73 commits intoSamsungSAILMontreal:mainfrom
drqsatoshi wants to merge 73 commits intoSamsungSAILMontreal:mainfrom
Conversation
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
…e-transformer [WIP] Implement hybrid tiny recursive transformer model with ERS
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
[WIP] Create custom agent for ARC-AGI-3 games
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
[WIP] Add benchmarking tooling for repeatable agent evaluations
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
…ate range documentation Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Add ARC-AGI-3 agent integration for TRM
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
…-documentation Add Kaggle submission support for Stanford RNA 3D Folding Part 2
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
…-error Add missing chain and copy columns to RNA submission format
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
…gration [WIP] Add memory schema integration to recursive model
Author
|
@copilot go over the MCP tools and pop, peek Q promise functions |
Author
|
Still deleting files not relevant to this project. However, notebook 55e showed how powerful TRM can be for RNA dataset analysis. KAGGLE work, however, is being expunged as it’s not related to this project, including arc-agi |
drqsatoshi
commented
Feb 26, 2026
Author
drqsatoshi
left a comment
There was a problem hiding this comment.
The files that are viewed are what should be merged. The unviewed ones are getting purged.
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
Prune Kaggle/RNA files from memory tooling repo
Author
|
Irrelevant schizophrenic files deleted |
Closed
Open
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.
This pull request introduces a major extension to the project by adding a hybrid Tiny Recursive Model (TRM) that incorporates advanced memory management and topic-aware reasoning. It also adds a complete agent framework for ARC-AGI-3 game integration, new documentation, and security analysis. The changes maintain backward compatibility and parameter efficiency while greatly enhancing the model's capabilities and usability.
Hybrid TRM Model and Memory Management:
trm_ers_pmll.py) integrating Enhanced Reconsideration System (ERS), Persistent Memory Logic Loops (PMLL), and a Topic Integrator for structured, persistent, and topic-aware reasoning. This includes features like persistent memory blocks, temporal decay, consensus strengthening, contradiction detection, and knowledge graph integration. Configuration and documentation files were also added for this model.ARC-AGI-3 Agent Framework:
Agentinterface (agent.py), agent registry (__init__.py), and core data structures (structs.py). Added a TRM-based agent and support for agent selection. [1] [2] [3]mcp_tool.py) for runtime interaction with the model's persistent memory via standard MCP-compatible clients.Documentation and Security:
README.mdto introduce new features and provide usage examples. [1] [2] [3]Other Notable Changes:
.gitignorefor build artifacts and a BibTeX citation for the new model. [1] [2]These changes collectively provide a robust foundation for advanced recursive reasoning, persistent memory, and agent-based benchmarking in ARC-AGI-3 environments.
Hybrid TRM Model Enhancements:
trm_ers_pmll.pywith ERS, PMLL, and Topic Integrator, plus configuration and documentation for the hybrid model.ARC-AGI-3 Agent Integration:
Documentation and Security:
README.md. [1] [2] [3]Other:
.gitignoreand BibTeX citation for the new model. [1] [2]