Arc Gate runtime governance for CrewAI agents
Project description
crewai-arcgate
Arc Gate runtime governance for CrewAI agents. One line of code.
Install
pip install crewai-arcgate
Usage
from crewai_arcgate import ArcGateLLM
from crewai import Agent, Task, Crew
# Get your free key at web-production-6e47f.up.railway.app/signup
llm = ArcGateLLM(model="gpt-4o-mini", api_key="your-arc-gate-key")
agent = Agent(role="Researcher", goal="Research safely", llm=llm)
task = Task(description="Research AI safety", agent=agent)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
Get your free API key
https://web-production-6e47f.up.railway.app/signup — 500 free requests, no credit card.
Unlimited: $29/month at bendexgeometry.com
About
Built by Bendex Geometry. Part of the Bendex Arc platform.
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
crewai_arcgate-0.1.0.tar.gz
(2.4 kB
view details)
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 crewai_arcgate-0.1.0.tar.gz.
File metadata
- Download URL: crewai_arcgate-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179127e8076ffcf77ecfc26d09cae813daa41ee8711c5977f7f6e0f3b12fbeb9
|
|
| MD5 |
fae115f648df16a0dfa7be5c915d6da6
|
|
| BLAKE2b-256 |
3a830ac2a2d7c7a6dba31de46c49c9a548161320a3fd1f5543a576d83ee546c8
|
File details
Details for the file crewai_arcgate-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_arcgate-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6135b621fc56743cefc7b93d0f0725828b074758d1ca8cbc6d8d07505874f32
|
|
| MD5 |
1fe7502b2fd4f447ad7bcd17c313cc4d
|
|
| BLAKE2b-256 |
ff33ffb67f44083f0ca9901a0a82279ebb9694867ea97887e0d19ea04fb16a5f
|