This repository contains the documentation for the project, built using Sphinx with the Read the Docs template. The documentation sources are written in Markdown.
To build the documentation locally, you need to install required dependencies.
Prerequisites
-
Install Taskfile and uv using Homebrew:
brew install go-task/tap/go-task brew install uv
-
Install Taskfile and uv using bash:
sh -c '$(curl -fsSL https://taskfile.dev/install.sh)' curl -LsSf https://astral.sh/uv/install.sh | sh
-
Install Taskfile and uv using scoop:
scoop install go-task scoop install main/uv
task run
To build the documentation, run the following command:
task build
This will generate the HTML documentation in the .build/site directory.
Contributions are welcome! Please follow these steps to contribute:
Fork the repository. Create a new branch for your feature or bugfix. Make your changes. Submit a pull request.
Copyright AGNTCY Contributors (https://github.com/agentcy)