Skip to content

SmythOS/smyth-docs

Repository files navigation

SmythOS Documentation

This repository contains the open source documentation for SmythOS. The docs are written in Markdown/MDX and built with Docusaurus.

The content covers everything from building agents in the cloud-based Studio to running them locally with the Runtime and deploying them in production. Browse the documentation online or run it locally using the instructions below.

Documentation Overview

The docs are organized into several areas:

  • Studio – visually build, test, and debug agents.
  • Weaver – describe your goal and have Weaver create agents with no code.
  • Runtime – run agents locally or at scale.
  • Deployments – version and host agents on real-world platforms.
  • Collaboration – work in teams with Spaces and Groups.
  • Templates – start fast with prebuilt agent templates.
  • Account Management – manage subscriptions and integrations.

Prerequisites

  • Node.js 18 or later

Installation

Install project dependencies:

npm install

Local Development

Start a local development server and open the site in your browser:

npm start

The website will be available at http://localhost:3000.

Production Build

Generate a static build in the build/ directory:

npm run build

You can serve the build locally with:

npm run serve

Project Structure

  • docs/ – MDX files that make up the documentation content.
  • src/ – React components, pages, and styling.
  • static/ – Images and other static assets.
  • docusaurus.config.ts – Docusaurus configuration.
  • sidebars.ts – Sidebar navigation setup.

Edit files under docs/ or src/ to update the documentation and then submit a pull request.

Contributing

We welcome contributions and fixes. If you spot an issue or want to add new content:

  1. Fork this repository and create a new branch.
  2. Make your changes to the Markdown/MDX files in docs/ or to the components in src/.
  3. Open a pull request describing your changes.

No production deployment is required to contribute. Simply open a PR and share your improvements. Please see our Contributing Guide for complete details.

What's Next?

  • We will release an open source visual agent IDE later this year.
  • Support us at SmythOS and read the SmythOS Documentation.
  • Join our community to stay updated on new features, connectors, and capabilities.

/smɪθ oʊ ɛs/

Ride the llama. Skip the drama.

About

Everything you need to build, deploy, and collaborate with agents. Ride the llama, avoid the drama.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5