bridgic-llms
Bridgic LLMs
Model-neutral LLM integration with protocol-driven capability declaration.
Dependencies
| Package | BaseLlm |
StructuredOutput |
ToolSelection |
|---|---|---|---|
bridgic-llms-openai |
yes | yes | yes |
bridgic-llms-openai-like |
yes | no | no |
bridgic-llms-vllm |
yes | yes | yes |
python-dotenv |
— | — | — |
Install only the LLM provider package you need. python-dotenv is required for loading .env configuration.
Installation: Run the install script to set up all dependencies:
More from bitsky-tech/amphiloop
bridgic-browser
|
1bridgic-amphibious
Build agents with the Bridgic Amphibious dual-mode framework — combining LLM-driven (agent) and deterministic (workflow) execution with automatic fallback and human-in-the-loop support. Use when: (1) writing code that imports from bridgic.amphibious, (2) creating AmphibiousAutoma subclasses, (3) defining CognitiveWorker think units, (4) implementing on_agent/on_workflow methods, (5) working with CognitiveContext, Exposure system, or cognitive policies, (6) adding human-in-the-loop interactions (HumanCall, request_human, request_human_tool), (7) scaffolding a new amphibious project via CLI, (8) any task involving the bridgic-amphibious framework.
1