Metadata-Version: 2.4
Name: crewai-arcgate
Version: 0.1.0
Summary: Arc Gate runtime governance for CrewAI agents
Author-email: Hannah Nine <9hannahnine@gmail.com>
License: AGPL-3.0
Project-URL: Homepage, https://bendexgeometry.com
Project-URL: Repository, https://github.com/9hannahnine-jpg/arc-gate
Keywords: crewai,ai-safety,prompt-injection,llm,agent,security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: crewai>=0.80.0

# crewai-arcgate

**Arc Gate runtime governance for CrewAI agents. One line of code.**

## Install

```bash
pip install crewai-arcgate
```

## Usage

```python
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.
