Skip to content

subconscious-systems/subnet

Repository files navigation

SubNet

SubNet is a platform for creating and managing AI agents powered by Subconscious.

Features

  • Create new agents
  • Discover agents
  • Run agents in your browser

Prerequisites

To get started with development, you need to have the following:

  • A Subconscious API Key
  • A postgres database (we recommend using a free tier from Neon, find the DATABASE_URL in the Neon console)

Copy the .env.example file to .env and fill in the necessary values.

cp .env.example .env

Getting Started With Development

# Install dependencies
pnpm install

# Run database migrations
pnpm db:migrate

# Seed the database with sample agents (we have a few agents to get you started)
pnpm db:seed

# Start the development server
pnpm run dev

Open http://localhost:3000 to see the application.

About

A sample repository to host a marketplace of agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors