VEROQ Intelligence tools for CrewAI agents
Project description
crewai-veroq
VEROQ Intelligence tools for CrewAI agents. Drop verified intelligence into any CrewAI workflow.
Install
pip install crewai-veroq
Quick Start
from crewai import Agent, Task, Crew
from crewai_veroq import VeroqSearchTool, VeroqFeedTool
search = VeroqSearchTool(api_key="your-api-key")
feed = VeroqFeedTool(api_key="your-api-key")
researcher = Agent(
role="News Analyst",
goal="Find and analyze the latest news",
tools=[search, feed],
)
task = Task(
description="What are the top AI developments today?",
agent=researcher,
expected_output="A summary of today's top AI news",
)
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()
Environment Variables
The tools accept api_key in the constructor. If omitted, the SDK checks these environment variables in order:
VEROQ_API_KEYPOLARIS_API_KEY
Tools
| Tool | Description |
|---|---|
VeroqSearchTool |
Search verified intelligence with confidence scores |
VeroqFeedTool |
Get latest intelligence feed |
VeroqBriefTool |
Get a specific brief by ID |
VeroqExtractTool |
Extract article content from URLs |
VeroqEntityTool |
Look up entity coverage |
VeroqTrendingTool |
Get trending entities |
VeroqCompareTool |
Compare outlet coverage of a story |
VeroqResearchTool |
Deep multi-source research |
VeroqVerifyTool |
Fact-check a claim against briefs |
VeroqAskTool |
Natural language financial queries |
VeroqCandlesTool |
OHLCV candle data |
VeroqTechnicalsTool |
Technical indicators |
VeroqMarketMoversTool |
Top market movers |
VeroqEconomyTool |
Economic indicators |
VeroqCryptoTool |
Crypto market data |
VeroqDefiTool |
DeFi protocol data |
VeroqScreenerTool |
Stock screener |
VeroqFullTool |
Cross-reference 9 sources |
VeroqInsiderTool |
Insider trading data |
VeroqFilingsTool |
SEC filings |
VeroqAnalystsTool |
Analyst ratings |
VeroqCongressTool |
Congressional trading data |
VeroqRunAgentTool |
Run a marketplace agent |
Backward Compatibility
This package also exports all tools under their original Polaris* names for backward compatibility. Both VeroqSearchTool and PolarisSearchTool work identically.
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_veroq-1.0.0.tar.gz.
File metadata
- Download URL: crewai_veroq-1.0.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8a634d0ee29957bc0e3ac50d00ada38146af4adf86e9e2c7bdf0ce0bc84e009
|
|
| MD5 |
6c7db6835cc5a3298a418989652706fb
|
|
| BLAKE2b-256 |
93f61261123a3f9bd17b01ac277e53026c392c976cb9aa6487fbe39e6ca3e7c7
|
File details
Details for the file crewai_veroq-1.0.0-py3-none-any.whl.
File metadata
- Download URL: crewai_veroq-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be2e333dc07f8580d536ddbd92bf77948859a294a07533c07fd3a7f8b04da61f
|
|
| MD5 |
efedd2128bfd2c7cde2308875f269198
|
|
| BLAKE2b-256 |
5774593684228d706d22a74da48e7191c18294de7a8f205d96ad029c6605970e
|