This directory contains the files required to register Dirac as an agent in the Agent Client Protocol (ACP) registry, which enables integration with editors like Zed.
dirac/agent.json: The agent configuration file.dirac/icon.svg: The Dirac icon.
To add Dirac to the official ACP registry, follow these steps:
- Fork the agentclientprotocol/registry repository.
- Create a new directory named
diracin the root of the repository. - Copy
agent.jsonandicon.svgfrom this directory into thediracdirectory in your fork. - Submit a Pull Request to the
agentclientprotocol/registryrepository.
Once the PR is merged, Dirac will be available for discovery in Zed and other ACP-compatible editors.
If you want to test Dirac in Zed before it's officially registered:
- Ensure you have
dirac-cliinstalled:npm install -g dirac-cli - Open Zed's settings (
cmd-,orctrl-,). - Add Dirac to your
agentsconfiguration (refer to Zed's documentation for the exact format, as it may vary by version).