Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crewai_agentoracle-0.2.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewai_agentoracle-0.2.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file crewai_agentoracle-0.2.0.tar.gz.

File metadata

  • Download URL: crewai_agentoracle-0.2.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for crewai_agentoracle-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b3445832bc6ff7a5355d7db7ed659d740d71ac8c72912720714d6fa842ce91e9
MD5 02360855e49bfa7cad8f68d94b916a35
BLAKE2b-256 4902ad6d211616b49b1eae659a71e6042ac066622c8abf5da48c2e72d5414776

See more details on using hashes here.

File details

Details for the file crewai_agentoracle-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for crewai_agentoracle-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d610efc8a0d501f8e0da9ecbdf7f2c23d6aa64dd757f5a8085bc2924dc0951bf
MD5 44809504a3ee7be2a25964455fe6cab7
BLAKE2b-256 83d477db9443b873b2e26d0ab615acd6e33cccd263334bfbbdeeacddfe3b79a5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page