


mentals-ai
· GitHub
No code AI agents
Repository Stats
428 stars
44 forks
Repository Activity
This repository has been starred 428 times and forked 44 times, showing its popularity in the developer community.
README Preview
Mentals AI is a tool designed for creating and operating agents that feature **`loops`**, **`memory`**, and various **`tools`**, all through straightforward **`markdown`** files with a .gen extension. Think of an agent file as an executable file. You focus entirely on the logic of the agent, eliminating the necessity to write scaffolding code in Python or any other language. Essentially, it redefines the foundational frameworks for future AI applications 🍓 > [!NOTE] > * [work in progress] A local vector database to store your chats with the agents as well as your private information. See [memory](https://github.com/turing-machines/mentals-ai/tree/memory) branch. > * [work in progress] Web UI with agents, tools, and vector storage - [Getting Started](#-getting-started) - [Differences from Other Frameworks](#-differences-from-other-frameworks) - [Key Concepts](#️-key-concepts) - [Instruction (prompt)](#-instruction-prompt) - [Working Memory (context)](#-working-memory-context