Skip to content

microchipgnu/micro-agi-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published