bridgic-amphibious
Installation
SKILL.md
Bridgic Amphibious
Dual-mode agent framework: agents operate in LLM-driven (on_agent) and deterministic (on_workflow) modes with automatic fallback between them.
Dependencies
A bridgic-amphibious project requires the following packages:
| Package | Description |
|---|---|
bridgic-core |
Core framework (Worker, Automa, GraphAutoma, ASL) |
bridgic-amphibious |
Dual-mode agent framework |
bridgic-llms-openai |
LLM provider (only required for AGENT / AMPHIFLOW modes) |
python-dotenv |
.env file loading |
Before using this package, you need to install the dependencies by using the provided install script:
Related skills