Skip to content

pixelsnis/adc-esa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Agent Runner

A Bun-based monorepo with React Native/Expo client (agent/), Express.js server (server/), and shared types (types/).

Prerequisites

  • Bun (v1.1.26 or later)
  • API Keys (set as environment variables):
    • GEMINI_API_KEY (Google AI Gemini)
    • BRAVE_SEARCH_API_KEY (Brave Search)
    • FIRECRAWL_API_KEY (Firecrawl)

Installation

Install dependencies for all workspaces:

bun install

Running the Application

  1. Start the Server (one terminal):

    cd server
    bun run index.ts

    Server runs on http://localhost:3000.

  2. Start the Expo App (separate terminal):

    cd agent
    bunx expo start
    • Android: bunx expo run:android
    • iOS: bunx expo run:ios
    • Web: bunx expo start --web

About

ESA project for ADC, Sem 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors