CrewAI tool for AgentOracle — trust verification for AI agents
Project description
crewai-agentoracle
CrewAI tool for AgentOracle — trust verification for AI agents.
Installation
pip install crewai-agentoracle
Usage
from crewai import Agent, Task, Crew
from crewai_agentoracle import AgentOracleVerifyTool, AgentOracleEvaluateTool
# Create tools
verify_tool = AgentOracleVerifyTool()
evaluate_tool = AgentOracleEvaluateTool()
# Create an agent with verification capabilities
researcher = Agent(
role="Research Analyst",
goal="Find and verify information before making recommendations",
backstory="An analyst who always fact-checks before reporting.",
tools=[verify_tool, evaluate_tool],
)
# The agent will automatically use AgentOracle to verify claims
task = Task(
description="Research whether Bitcoin reached $100K in 2025 and verify the claim.",
expected_output="Verified research finding with confidence score.",
agent=researcher,
)
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()
Tools
| Tool | Description | Price |
|---|---|---|
AgentOracleVerifyTool |
Quick claim verification via /preview | Free (10/hr) |
AgentOracleEvaluateTool |
Full 4-source verification | $0.02 USDC via x402 |
License
MIT
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 crewai_agentoracle-0.1.0.tar.gz.
File metadata
- Download URL: crewai_agentoracle-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3451d2b0352174570f12b5c52435f03fbe144ba67fc3b6c1e93449a4c5d82049
|
|
| MD5 |
b335b60d4dcdcb7ac4b3356ec1270680
|
|
| BLAKE2b-256 |
a8bfda31bace07ed1bfcb6d6b0dda12ce2035b0be27eff996d2faa45c3664488
|
File details
Details for the file crewai_agentoracle-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_agentoracle-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
e9fb88d96d5d0f1f682bdf6dc5ae3b12b0299e44dcd881f86c0420da995ea748
|
|
| MD5 |
51d55b80a5d8e57771b667962d845cd1
|
|
| BLAKE2b-256 |
7ac4332e4ead2b8fb21cee62e6e0d001e32f37257fcdc8f08ac3e908ff524047
|