Skip to content

topoteretes/PromethAI-Mobile

Repository files navigation

PromethAI Mobile Client (Dart/Flutter)

promethAI logo

Open-source framework that gives you AI Agents that help you navigate decision-making, get personalized goals and execute them

promethAI forks promethAI stars promethAI pull-requests promethAI Commits

Share promethAI Repository

Follow _promethAI Share on Telegram Share on Reddit Buy Me A Coffee


💡 Features

  • Optimized for Autonomous Agents
  • Personalized for each user
  • Introduces decision trees to help user navigate and decide on a solution
  • Runs asynchronusly
  • For App builds, check out this repo promethAI-GUI
  • Supports automating tasks and executing decisions
  • Multiple Vector DBs supported trough Langchain
  • Low latency
  • Easy to use
  • Easy to deploy

💻 Screenshots

Description1 Description2 Description3 Description4 Description4

Visit and sign up for the closed Beta at prometh.ai

🛣 Architecture

PromethAI Architecture

🛣 Roadmap

Topoteretes Roadmap

⚙️ Setting up

Preparation

Install Flutter

Build & Run

git clone https://github.com/topoteretes/PromethAI-Mobile.git
cd PromethAI-Mobile
open -a Simulator
flutter run

Develop

Open your favorite IDE (e.g. Android Studio), make changes and "hot reload" will update the app. If it is a significant change you might have to apply "hot restart" instead.

Resources

Papers like "Generative Agents: Interactive Simulacra of Human Behavior"

How it Works

Here is what happens everytime the AI is queried by the user:

  1. AI vectorizes the query and stores it in a Pinecone Vector Database
  2. AI looks inside its memory and finds memories and past queries that are relevant to the current query
  3. AI thinks about what action to take
  4. AI stores the thought from Step 3
  5. Based on the thought from Step 3 and relevant memories from Step 2, AI generates an output
  6. AI stores the current query and its answer in its Pinecone vector database memory

🔰 Notice

PromethAI is a work in progress, delivered to you without any guarantees, whether explicit or implied. By choosing to use this application, you consent to take on any associated risks, including data loss, system failure, or any other complications that may arise.

The creators and contributors of PromethAI disclaim any responsibility or liability for any potential losses, damages, or any other adverse effects resulting from your use of this software. The onus is solely on you for any decisions or actions you take based on the information given by PromethAI.

Please be aware that usage of the GPT-4 language model could incur significant costs due to its token consumption. By using this software, you acknowledge and agree to monitor your own token usage and manage the associated costs. We strongly suggest routinely checking your OpenAI API usage and implementing necessary limits or alerts to avoid unexpected fees.

Given its experimental nature, PromethAI may generate content or perform actions that do not align with real-world business norms or legal obligations. It falls on you to ensure that any actions or decisions based on this software’s output adhere to all relevant laws, regulations, and ethical standards. The creators and contributors of this project will not be held accountable for any fallout from using this software.

By utilizing PromethAI, you agree to protect, defend, and absolve the creators, contributors, and any affiliated parties from any claims, damages, losses, liabilities, costs, and expenses (including reasonable attorneys' fees) that arise from your use of this software or your violation of these terms.

Credits:

Teenage AGI -> https://github.com/seanpixel/Teenage-AGI Baby AGI -> https://github.com/yoheinakajima/babyagi