molaryy/LibertAI Agent Deployment
Deploy an agent using libertAI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent-id | ID that will be used to deploy the agent | yes | "" |
| agent-secret | Secret that will be used to deploy the agent | yes | "" |
| dependency-management-tool | Package manager used to handle dependencies | no | poetry |
| python-version | Version to deploy with | no | 3.13.3 |
| usage-type | How the agent is called | no | fastapi |
| agent-environment | If provided, your agent will have access to this environment | no | "" |
Outputs
| name | description |
|---|---|
| agent-deployment-success | Agent sucess status when deployed |
| agent-message | Message got when trying to deploy your agent using the libertAI's CLI |