Skip to content

Commit 991a131

Browse files
authored
Update README.md
1 parent 5d4aa9a commit 991a131

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,32 @@ The agent operates through an iterative loop:
180180
5. Continues until goal achieved or max iterations reached
181181
6. Returns final result
182182

183-
## Related Projects
184-
185-
- [sqlite-mcp](https://github.com/sqliteai/sqlite-mcp) – Model Context Protocol client for SQLite
186-
- [sqlite-ai](https://github.com/sqliteai/sqlite-ai) – AI/ML inference and embeddings for SQLite
187-
- [sqlite-vector](https://github.com/sqliteai/sqlite-vector) – Vector search capabilities for SQLite
188-
- [sqlite-sync](https://github.com/sqliteai/sqlite-sync) – Cloud synchronization for SQLite
189-
- [sqlite-js](https://github.com/sqliteai/sqlite-js) – JavaScript engine integration for SQLite
190-
191183
## Support
192184

193185
- [GitHub Issues](https://github.com/sqliteai/sqlite-agent/issues)
194186
- [SQLite Extension Load Guide](https://github.com/sqliteai/sqlite-extensions-guide)
195187

188+
---
189+
196190
## License
197191

198192
This project is licensed under the [Elastic License 2.0](./LICENSE). You can use, copy, modify, and distribute it under the terms of the license for non-production use. For production or managed service use, please [contact SQLite Cloud, Inc](mailto:info@sqlitecloud.io) for a commercial license.
193+
194+
---
195+
196+
## Part of the SQLite AI Ecosystem
197+
198+
This project is part of the **SQLite AI** ecosystem, a collection of extensions that bring modern AI capabilities to the world’s most widely deployed database. The goal is to make SQLite the default data and inference engine for Edge AI applications.
199+
200+
Other projects in the ecosystem include:
201+
202+
- **[SQLite-AI](https://github.com/sqliteai/sqlite-ai)** — On-device inference and embedding generation directly inside SQLite.
203+
- **[SQLite-Memory](https://github.com/sqliteai/sqlite-memory)** — Markdown-based AI agent memory with semantic search.
204+
- **[SQLite-Vector](https://github.com/sqliteai/sqlite-vector)** — Ultra-efficient vector search for embeddings stored as BLOBs in standard SQLite tables.
205+
- **[SQLite-Sync](https://github.com/sqliteai/sqlite-sync)** — Local-first CRDT-based synchronization for seamless, conflict-free data sync and real-time collaboration across devices.
206+
- **[SQLite-Agent](https://github.com/sqliteai/sqlite-agent)** — Run autonomous AI agents directly from within SQLite databases.
207+
- **[SQLite-MCP](https://github.com/sqliteai/sqlite-mcp)** — Connect SQLite databases to MCP servers and invoke their tools.
208+
- **[SQLite-JS](https://github.com/sqliteai/sqlite-js)** — Create custom SQLite functions using JavaScript.
209+
- **[Liteparser](https://github.com/sqliteai/liteparser)** — A highly efficient and fully compliant SQLite SQL parser.
210+
211+
Learn more at **[SQLite AI](https://sqlite.ai)**.

0 commit comments

Comments
 (0)