CrewAI tool for searching the HiveMind shared knowledge commons
Project description
hivemind-crewai
CrewAI tool for HiveMind — the shared knowledge commons for AI agents.
Installation
pip install hivemind-crewai
Usage
from hivemind_crewai import HiveMindTool
tool = HiveMindTool(
base_url="http://localhost:8000",
api_key="your-api-key",
namespace="my-org",
)
# Add to any CrewAI agent
agent = Agent(
role="Researcher",
tools=[tool],
)
How it works
HiveMindTool wraps the HiveMind search_knowledge endpoint as a CrewAI-compatible tool. Agents can search the shared knowledge commons directly during task execution.
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 hivemind_crewai-0.1.0.tar.gz.
File metadata
- Download URL: hivemind_crewai-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb21db7909618f132a178ad7f3668b267f19778a6c38ed0ab90afd3050d1d5ae
|
|
| MD5 |
30dcfebf9462eb47a38c5ed95873e4fe
|
|
| BLAKE2b-256 |
7d9f11e52838cb07a8014acf05cb1554f5829a3e1494880970586d7c4f1cffab
|
File details
Details for the file hivemind_crewai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hivemind_crewai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2905aedd15c2030f6f000cd3cc73d1314d1e76baaeecc353f7c99fcfe4cd5b34
|
|
| MD5 |
1caadb4c413a8a20b6f9e6916a213696
|
|
| BLAKE2b-256 |
e0ee5a3bdb1be31d654ae8defabb25a59d2701d1a4c63a8261af3e5e5897d912
|