Skip to content

agentuity/docs

Repository files navigation

Agentuity

Agentuity Docs Website

This project contains the Agentuity documentation website, created using Fumadocs and running on NextJS 15.

To make the search feature work, you must set up .env.local with the following steps.

Quick Start Guide

  1. Navigate to the Agent Directory:

    cd agent-docs
  2. Generate Agent Environment:

    agentuity dev

    This will generate a .env file in the agent-docs directory with your SDK key. The key is required for the next steps.

  3. Copy Environment Configuration: For local development, copy the .env.example file to .env.local in the root directory of the docs project:

    # Make sure you are in the root directory, not in agent-docs
    cd ../
    cp .env.example .env.local
  4. Update AGENTUITY_API_KEY: If you are a contributor from outside the Agentuity organization, ensure that you update the AGENTUITY_API_KEY in your .env.local file with your specific SDK key from the agentuity dev run.

Running Docs Application

npm run dev
# or
pnpm dev
# or
yarn dev

Learn More

To learn more about Next.js and Fumadocs, take a look at the following resources:

About

This project contains the Agentuity documentation website.

Resources

License

Stars

Watchers

Forks

Contributors 13

Languages