ActAVA CLI: Deploy and manage AI agents on ActAVA's managed cloud platform. Commercial offering for paid customers only.
Project description
ActAVA CLI
Deploy and manage AI agents on ActAVA's managed cloud platform. Commercial offering for healthcare organizations.
Installation
pip install actava-cli
Quick Start
# Initialize your ActAVA project
actava init
# Export a LangGraph to JSON for deployment
actava graph-export app:my_graph --out graph.json
# Deploy your agent to ActAVA's managed cloud
actava push --manifest agent.manifest.yaml
# Monitor your deployed agent
actava logs my-agent --follow
Commands
actava init
Initialize your ActAVA project with your API credentials and project configuration.
actava graph-export <entrypoint> [--out <file>]
Export a LangGraph object to ActAVA GraphSpec JSON format for deployment.
Arguments:
entrypoint: Module and object name (e.g.,app:my_graph)
Options:
--out: Output file path (default:graph.json)
actava run [--manifest <file>] [--port <port>]
Run an agent locally for testing before deployment.
Options:
--manifest: Manifest file path (default:agent.manifest.yaml)--port: Port to run on (default:8080)
actava push [--manifest <file>] [--endpoint <url>]
Deploy your agent to ActAVA's managed cloud platform.
Options:
--manifest: Manifest file path (default:agent.manifest.yaml)--endpoint: ActAVA cloud endpoint (default: production)
actava logs <name> [--follow]
Monitor logs for your deployed agent in ActAVA's cloud.
Arguments:
name: Agent name
Options:
--follow: Follow log output in real-time (default:true)
Manifest Format
Create an agent.manifest.yaml file for deployment:
name: my-healthcare-agent
entrypoint: "app:agent"
python: "3.11"
deps:
- langchain-openai>=0.1
- actava~=0.1
secrets:
- OPENAI_API_KEY
runtime_cpu: "1 vcpu"
runtime_memory: "2 GiB"
expose:
- /invoke
graph: "graph.json"
ActAVA Cloud Platform
Deploy your agents to ActAVA's managed cloud platform with:
- Automatic scaling based on demand
- Healthcare compliance (HIPAA, SOC 2)
- Built-in monitoring and alerting
- Enterprise security and access controls
- 24/7 support for healthcare organizations
Support
- Commercial Support: support.actava.ai
- Documentation: docs.actava.ai
- Enterprise Sales: actava.ai
License
Proprietary software. Licensed for use by ActAVA customers only.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file actava_cli-0.1.1.tar.gz.
File metadata
- Download URL: actava_cli-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35aba38c90223f5f731910a9e76f3087e8b547d915a8b3ec64ea2b13575759c2
|
|
| MD5 |
bc3aab64a7fd5d0d7de2ff9aa87034b1
|
|
| BLAKE2b-256 |
6a4da5013c5a734fcdb0fdf6c247e786f1505229195f2c4363b3b60b47cf950a
|
File details
Details for the file actava_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: actava_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf5256c4f1c4f8af9c263de4c1c787105bd03d1c9f817d3922586beafc5f1d6
|
|
| MD5 |
da3e8f12e5cb3f0a6528a60888eb26a1
|
|
| BLAKE2b-256 |
63ef4b5ee9d68638aad4302b90a6be4f73779cd507c77b686f2434eb2647ad84
|