AutoGPT plugin for Federal Acquisition Regulations (FAR) search
Project description
FAR Search AutoGPT Plugin
AutoGPT plugin for searching Federal Acquisition Regulations (FAR).
Enable your AutoGPT agent to search government contracting regulations, verify compliance requirements, and cite accurate FAR clauses.
Installation
pip install far-search-autogpt
Setup
Option 1: Auto-Registration (Recommended)
Just install and use - the plugin auto-registers on first search:
pip install far-search-autogpt
# Add to your AutoGPT plugins
# First search will auto-register and display your API key
Option 2: With API Key
# Get an API key
curl -X POST https://far-rag-api-production.up.railway.app/v1/register \
-H "Content-Type: application/json" \
-d '{"agent_id": "my-autogpt-agent"}'
# Set environment variable
export FAR_API_KEY=far_live_...
# Install and use
pip install far-search-autogpt
Usage
The plugin provides these commands to your AutoGPT agent:
Search FAR
plugin = FARSearchPlugin()
# Search for relevant regulations
result = plugin.search_far("cybersecurity requirements for DoD contracts")
print(result)
Get Specific Clause
# Get a specific clause by ID
result = plugin.get_far_clause("52.204-2")
print(result)
AutoGPT Integration
Add to your AutoGPT configuration:
# .env or config
ALLOWLISTED_PLUGINS=far-search-autogpt
Then your agent can use commands like:
- "Search FAR for small business requirements"
- "Get FAR clause 52.203-1"
- "Verify compliance requirements for cybersecurity"
Use Cases
- Proposal Writing: Find relevant FAR clauses for government proposals
- Compliance Verification: Verify AI-generated FAR citations
- Contract Analysis: Research regulatory requirements
- Training: Learn about federal acquisition rules
Pricing
| Plan | Price | Queries/Month |
|---|---|---|
| Free | $0 | 500 |
| Pro | $29/mo | 5,000 |
| Ultra | $199/mo | 150,000 |
Auto-registers on first use. Upgrade at RapidAPI.
Related Packages
| Package | Use Case |
|---|---|
| far-search | Lightweight core SDK |
| far-search-tool | LangChain tool |
| far-search-autogpt (this) | AutoGPT plugin |
| far-search-crewai | CrewAI multi-agent tool |
| far-oracle | MCP Server for Claude Desktop |
License
MIT License - see LICENSE for details.
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 far_search_autogpt-1.0.0.tar.gz.
File metadata
- Download URL: far_search_autogpt-1.0.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdd7fcb778a8e7a778b08e914271f328c986cf425030c443f771a95260bbbc39
|
|
| MD5 |
428e469e71183a14e7a616aba99ad1ad
|
|
| BLAKE2b-256 |
c202dfafe86caa363872204b8c5298a44f4ff7aab29e39ce9346763a8c0aba2f
|
File details
Details for the file far_search_autogpt-1.0.0-py3-none-any.whl.
File metadata
- Download URL: far_search_autogpt-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.0 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 |
a461102907404a58749c34ebd2eb2942f72eaa5143fff0061364a516c03f7a3b
|
|
| MD5 |
b0929eb83a4a7dae64c7b50c2b402d87
|
|
| BLAKE2b-256 |
3538c41d3db52cca8896db652ce9c2362a985892e8e8d3c92d6557b0f4b2f7a3
|