Discover and install eve integrations from the CLI
Eve releases CLI tools for discovering and installing agent integrations from official and third-party sources.
You can now discover and install integrations for agents directly from the eve CLI. Integrations come from the official eve catalog and third-party sources.eve Run from your eve project to install an integration:eve add Integrations write their files directly into your project and can add anything an eve agent uses, from a single tool to a channel to a full extension. Review the generated files and add any required configuration before running your agent. Find integrations with the new eve registry commands: You can also browse the to see the official catalog.integrations directory :Add third-party sources with a namespace and URL template Then install from that source with .
Registries use the , so any compatible registry works.eve add @acme/analyticsshadcn registry format You can also pass an integration URL directly without configuring a source: Integrations can add dependencies and write files, so treat them like project code. Add sources you trust, inspect integrations with , and review the project diff before you run the agent.eve registry view Get started by reading the and browsing the .documentationdirectory Read more : List available integrations.eve registry list…