> For the complete documentation index, see [llms.txt](https://docs.atlas-ai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlas-ai.org/roadmap/current.md).

# Current Progress

## Version 0.10.0

ATLAS is currently in **private beta** at version 0.10.0.

***

## What's Complete ✅

### Core Infrastructure

| Component              | Status | Description                                |
| ---------------------- | ------ | ------------------------------------------ |
| SQLite + FTS5          | ✅ Live | Local-first database with full-text search |
| Knowledge Graph Schema | ✅ Live | Nodes, edges, relationships                |
| Concept Extraction     | ✅ Live | LLM-powered intelligence extraction        |
| Importance Scoring     | ✅ Live | 0.0-1.0 relevance ranking                  |
| REST API               | ✅ Live | 45+ endpoints across 8 domains             |
| MCP Server             | ✅ Live | 7 tools for AI integration                 |

### Data Sources

| Source              | Status | Notes                      |
| ------------------- | ------ | -------------------------- |
| Twitter/X Bookmarks | ✅ Live | Full extraction pipeline   |
| Apple Notes         | ✅ Live | Folder structure preserved |
| GitHub Stars        | ✅ Live | README extraction          |
| LLM Conversations   | ✅ Live | ChatGPT, Claude exports    |
| Voice Memos         | ✅ Live | Transcription + extraction |

### Dashboards

| Dashboard     | Status | Access                                                   |
| ------------- | ------ | -------------------------------------------------------- |
| Web Dashboard | ✅ Live | [dashboard.atlas-ai.org](https://dashboard.atlas-ai.org) |
| Terminal TUI  | ✅ Live | `atlas dashboard` command                                |

### x402 Protocol

| Component              | Status     |
| ---------------------- | ---------- |
| Protocol Specification | ✅ Complete |
| Solana Integration     | ✅ Complete |
| Billing Module         | ✅ Complete |
| Payment Verification   | ✅ Complete |
| Pricing Engine         | ✅ Complete |

### API Marketplace

| Feature                               | Status         |
| ------------------------------------- | -------------- |
| Knowledge Endpoints                   | ✅ Live         |
| API Reselling (Nansen, Kaito, Arkham) | ✅ Live         |
| 90/10 Revenue Split                   | ✅ Live         |
| Provider Dashboard                    | 🔄 In Progress |

***

## Currently Building 🔄

### Phase 14: Agent SDK

Making ATLAS agents accessible to developers:

* **Python SDK** — Native Python integration
* **TypeScript SDK** — For Node.js/frontend developers
* **Agent Protocols** — Standardized agent communication
* **Custom Agent Support** — Build your own agents

**Target:** Q4 2024

### Marketplace Improvements

* **Provider Analytics** — Revenue and query dashboards
* **Reputation System** — Quality scoring for providers
* **Discovery Enhancement** — Better search and filtering
* **Rating Integration** — User feedback mechanisms

***

## Current Stats

| Metric               | Value   |
| -------------------- | ------- |
| Concepts Indexed     | 12,768+ |
| Insights Extracted   | 5,691+  |
| Actions Captured     | 4,694+  |
| Relationships Mapped | 9,807+  |
| Content Items        | 5,731+  |

***

## Known Limitations

### Current Constraints

| Area           | Limitation              | Workaround                     |
| -------------- | ----------------------- | ------------------------------ |
| Real-time Sync | Manual trigger required | Run `atlas index` periodically |
| Vector Search  | Not yet implemented     | FTS5 handles most use cases    |
| Mobile Access  | Web-only currently      | Responsive web works on mobile |
| Multi-user     | Single-user focused     | Federation coming in Phase 4   |

### Beta Caveats

* API may change between versions
* Some features require manual configuration
* Documentation still being expanded
* Performance optimization ongoing

***

## Recent Updates

### v0.10.0 (Current)

* x402 Protocol complete implementation
* API Marketplace launch
* Billing module integration
* External API connectors (Nansen, Kaito, Arkham)

### v0.9.0

* AI Agent Squad (6 agents)
* MCP Server integration
* Action queue management
* BUILDR ZONE foundation

### v0.8.0

* Dashboard improvements
* Graph visualization enhancements
* Search performance optimization
* New data source: Voice Memos

***

## How to Access

### Public Dashboard

[dashboard.atlas-ai.org](https://dashboard.atlas-ai.org) — Browse public knowledge

### Beta Access

Join the waitlist at [atlas-ai.org](https://atlas-ai.org)

### Self-Hosted

Contact us for early access to self-hosted deployment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.atlas-ai.org/roadmap/current.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
