Documentation Index
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Deploy from Catalog
Deploying a pre-configured agent from the Lucid marketplace catalog is a straightforward process that can be accomplished with a single command. This method is ideal for quickly setting up agents with minimal configuration effort.One-Command Deploy
To deploy an agent from the marketplace catalog, use the following command:- Fetches the Agent Manifest: It retrieves the agent manifest from the
lucid-fdn/lucid-agentscatalog. - Runs Interactive Setup Wizard: An interactive setup wizard (clack UI) is initiated to guide you through the configuration process.
- Collects Environment Variables: During the setup, you will be prompted to provide necessary environment variables such as LLM keys and channel tokens.
- Deploys the Agent: Once the setup is complete, the agent is deployed to the specified target, in this case, Docker.
Configuration Options
-
Pre-fill Environment Variables: You can pre-fill environment variables using the
--env KEY=VALUEoption. This is useful for automating deployments and reducing manual input during the setup process. -
Use Configuration Files: For continuous integration (CI) environments, you can specify a configuration file with the
--config ./my.envoption. This file should contain the necessary environment variables and their values.
.png?fit=max&auto=format&n=VsjUqn6fLqEhBiuI&q=85&s=8b4c7e6431e9a6af1ef23b77bb4ff5fd)
.png?fit=max&auto=format&n=VsjUqn6fLqEhBiuI&q=85&s=d5651a45e4bfbabc33f74e146af3f94a)