This repository hosts the source code for the AGNTCY engineering blog. Our mission is to share technical insights, deep-dives, and updates about the open-source projects and technologies developed at AGNTCY, including:
- Agent Directory: The trusted registry for discovering and verifying AI agents.
- OASF (Open Agent Safety Framework): Standards and tooling for responsible and safe agentic systems.
- Slim: A lightweight, efficient framework for building production-ready AI agents.
This site is built with Jekyll and managed with Task.
- Ruby 3.0 or higher
- Task
- Bundler (
gem install bundler)
Use the Taskfile to manage common operations:
-
Install dependencies:
task deps
-
Run the local development server:
task run
The site will be available at http://0.0.0.0:4000/.
-
Build the static site:
task build
The output will be generated in the
_site/directory.
Please adhere to Conventional Commits for all commit messages.
Review .github/CODEOWNERS for repository maintainers.