Skip to content

Conversation

@glandua
Copy link
Contributor

@glandua glandua commented Feb 7, 2026

Summary

Documents the continuous learning system that enables both agents and human contributors to build on accumulated knowledge, leveraging the Regen Heartbeat digest system and KOI knowledge infrastructure.

Key Additions

  • docs/learning/continuous-learning-architecture.md

    • Temporal hierarchy (daily → weekly → monthly → yearly)
    • Knowledge sources and data flow
    • Agent memory architecture (short-term, working, long-term, semantic)
    • Regen Heartbeat digest system integration
  • docs/learning/contributor-learning-paths.md

    • Ecosystem Newcomer (1-2 weeks)
    • Technical Contributor (4-6 weeks)
    • Governance Participant (4 weeks)
    • Agentic Contributor (6-8 weeks)

Temporal Scale Benefits

Scale Focus Value
Daily Immediate activity Stay current
Weekly Short-term patterns Spot trends
Monthly Medium-term themes Strategic view
Yearly Long-term evolution Historical context

Related PRs

  • PR-01: Contributor Guide ✅
  • PR-02: Agentic Governance ✅
  • PR-03: Claims Engine ✅
  • PR-04: Token Economics ✅
  • PR-05: Continuous Learning (this PR)
  • PR-06: Regen Commons (coming)

References


🤖 Generated with Claude Code

Documents the continuous learning system for agents and contributors:

Key additions:
- docs/learning/continuous-learning-architecture.md
  - Temporal hierarchy (daily → weekly → monthly → yearly)
  - Knowledge sources and KOI integration
  - Agent memory architecture
  - Regen Heartbeat digest system

- docs/learning/contributor-learning-paths.md
  - Ecosystem Newcomer path (1-2 weeks)
  - Technical Contributor path (4-6 weeks)
  - Governance Participant path (4 weeks)
  - Agentic Contributor path (6-8 weeks)

References:
- https://gaiaaiagent.github.io/regen-heartbeat/digests/
- https://github.com/gaiaaiagent/koi-research

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @glandua, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces comprehensive documentation for the Regen Network's continuous learning framework. It establishes a clear architecture for how knowledge is aggregated and disseminated across different temporal scales, benefiting both AI agents and human participants. Additionally, it provides structured learning paths to guide new and existing contributors in developing expertise across various domains, from understanding the ecosystem to contributing technically, participating in governance, or working with AI agents.

Highlights

  • Continuous Learning Architecture Documentation: A new document docs/learning/continuous-learning-architecture.md has been added, detailing the Regen Network's continuous learning system. This includes its multi-scale temporal architecture (daily to yearly digests), knowledge sources (Forum, GitHub, Ledger, Notion, Discord/Telegram, YouTube), and an agent memory architecture (short-term, working, long-term, semantic memory using various storage solutions like Redis, PostgreSQL pgvector, Apache Jena).
  • Contributor Learning Paths Documentation: A new document docs/learning/contributor-learning-paths.md has been added, outlining structured learning paths for different types of contributors. These paths include "Ecosystem Newcomer," "Technical Contributor," "Governance Participant," and "Agentic Contributor," each with specific goals, durations, phases, and completion criteria.
Changelog
  • docs/learning/continuous-learning-architecture.md
    • Added a new document outlining the architecture of the Regen Network's continuous learning system.
    • Details the temporal hierarchy for knowledge outputs (daily digests, weekly summaries, monthly reports, yearly reviews).
    • Specifies primary knowledge sources and their update frequencies.
    • Describes the agent learning integration, including how agents query KOI and Ledger MCPs, consume digests, and persist memory.
    • Defines a four-tiered agent memory architecture: short-term, working, long-term, and semantic memory.
    • Lists access points like Regen Heartbeat and KOI Search capabilities.
  • docs/learning/contributor-learning-paths.md
    • Added a new document defining structured learning paths for contributors.
    • Introduces four distinct learning paths: Ecosystem Newcomer, Technical Contributor, Governance Participant, and Agentic Contributor.
    • Each path includes a goal, duration, phased learning content, and clear completion criteria.
    • Provides resources relevant to each learning path.
Activity
  • No activity has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces comprehensive documentation for the continuous learning architecture and contributor learning paths. The new documents are well-structured and provide clear information. My review focuses on ensuring the long-term maintainability and accuracy of the documentation, and I've found a few issues with external links. Specifically, there is a broken link and a couple of links pointing to a personal GitHub fork, which should ideally be updated to point to official repositories. Please see the specific comments for details.


- [Regen Heartbeat README](https://gaiaaiagent.github.io/regen-heartbeat/digests/README)
- [KOI Master Implementation Guide](https://github.com/gaiaaiagent/koi-research/blob/main/docs/KOI_MASTER_IMPLEMENTATION_GUIDE.md)
- [HTTP Config Architecture v2](https://github.com/DarrenZal/koi-research/blob/regen-prod/docs/http-config-architecture-v2.md)
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The link for 'HTTP Config Architecture v2' points to a personal fork (DarrenZal/koi-research). For official documentation, it is best practice to link to resources within the organization's main repositories to ensure long-term availability and maintenance. Please consider moving this document to the gaiaaiagent organization and updating the link.

- [Regen Registry Handbook](https://handbook.regen.network)
- [KOI Knowledge Base](https://regen.gaiaai.xyz)
- [Regen Heartbeat Digests](https://gaiaaiagent.github.io/regen-heartbeat/digests/)
- [HTTP Config Architecture v2](https://github.com/DarrenZal/koi-research/blob/regen-prod/docs/http-config-architecture-v2.md)
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The link for 'HTTP Config Architecture v2' points to a personal fork (DarrenZal/koi-research). For official documentation, it is best practice to link to resources within the organization's main repositories to ensure long-term availability and maintenance. Please consider moving this document to the gaiaaiagent organization and updating the link.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@DarrenZal please generate a plan to migrate these important repos over into the regen-network org github, and/or to the gaiaaiagent org. I'd prefer we centralize everything onto regen-network so that we can more easily manage permissions and coordinate multi-agent development. but it can be phased, and start with a migration over to gaia ai agent repo then from there to regen-network repo.

Address PR #5 review feedback — mark DarrenZal/koi-research fork links
for migration to regen-network org repo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant