Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.8 KB

File metadata and controls

34 lines (24 loc) · 1.8 KB

Contributing to AtlasMindAI

Thank you for your interest in contributing to AtlasMindAI! We are building the future of autonomous scientific discovery and codebase evolution.

Our focus is on core-level AI infrastructure that fills real technical gaps. We appreciate all contributions, from foundational research to engineering optimizations.


How Can I Help?

1. Research & Bug Reports

If you find a technical gap or a bug:

  • Check if an Issue already exists.
    • If not, open a new one with deep technical context (architecture diagrams, logs, and reproduction steps).

    • 2. Submitting Pull Requests (PRs)

    • To contribute code:

      • Fork the repository and create a branch from main.
        • Develop your isolated agent, graph node, or infrastructural component.
          • WASM & Agentic Standards: Ensure your code follows our standards for agentic graph execution and WASM portability.
            • Test: Confirm your changes are stable and pass existing simulation benchmarks.

              • Open a PR: Explain the technical gap your change fills and how it advances the core mission.

              • 3. Improving Documentation

              • Autonomous systems are complex. If our architecture guides are unclear, please submit a documentation PR to help other researchers.


              Technical Guidelines

              • Core over Fancy: Focus on foundational utility and robust execution engines.
                • Autonomous Compatibility: Every component should be designed to be discoverable and usable by autonomous agents.
                  • Modular & Extensible: Use graph-based architectures and modular plugins where possible.

                  • Thank you for advancing the frontier of machine intelligence.