Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.32 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.32 KB

micro-agi starter

This repository contains a starter kit for building applications with micro-agi and AI capabilities using ai-jsx and Ollama.

Getting Started

These instructions will help you get the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Bun installed on your machine to run this project.

You also need to have Ollama installed on your machine. Install mistral model.

Installing

Follow these steps to set up your development environment:

  1. Clone the repository to your local machine:
    git clone https://github.com/microchipgnu/micro-agi-starter.git
    
  2. Navigate to the cloned directory:
    cd your-repo-name
    
  3. Install the dependencies:
    bun install
    

Running the Application

To run the application, use the following command:

bun run index.tsx

To run the Ollama, use the following command:

ollama serve

This will start the application on your local machine.

Built With

  • micro-agi - The framework for building AGI applications
  • ai-jsx - For integrating AI features
  • Bun - JavaScript runtime and package manager