# HexaEight Agent - Python Library
A Python wrapper for HexaEight Agent that enables secure multi-agent communication and coordination for AI systems.
## What is HexaEight Agent?
HexaEight Agent provides identity management and secure communication for AI agents. This library allows agents built with any framework (CrewAI, LangChain, AutoGen, etc.) to:
1. 🔐 **Authenticate** with unique identities
2. 💬 **Communicate securely** with end-to-end encryption
3. 📋 **Coordinate tasks** across multiple agents
4. 🔒 **Lock messages** for exclusive processing
5. ⏰ **Schedule messages** and tasks
6. 🌐 **Bridge communication** across agents
7. 📤 **Publish messages** with direct, broadcast, and scheduled delivery
8. ⚡ **Handle events** with real-time processing and async iteration
## Requirements
- Python 3.8 or higher
- .NET 8.0 Runtime
- Access to Agentic IAM (HexaEight Token Server and PubSub Server)
- HexaEight credentials (Client ID, Resource Name, Machine Token)
## Installation
```bash
pip install hexaeight-agent
```
## Quick Start
1. **Install HexaEight Licensed Machine Token** on a host machine (Visit: https://store.hexaeight.com)
2. **Setup an Agentic IAM Server** - Configure HexaEight Token Server + HexaEight PubSub Server
3. **Create an Application** and get a Client ID
4. **Create Parent Agent** using the licensed host machine:
```bash
dotnet script create-identity-for-parent-agent.csx parent_config.json --no-cache
```
5. **Create Child Agents** using the parent agent configuration:
```bash
dotnet script create-identity-for-child-agent.csx child_01 parent_config.json --no-cache
```
6. **Test Parent Agent** from licensed host machine using demo:
```bash
python3 hexaeight_demo.py parent_config.json parent
```
7. **Test Child Agent** from any machine using the configuration files:
```bash
python3 hexaeight_demo.py config_agent02.json child
```
8. **Establish Secure Communication** across agents by sending messages, locking messages, creating tasks, etc.
> **Note**: A Licensed machine token is required for creating parent and child agents. The parent and child agents are created as JSON configuration files. Once created, these agents remain active forever, even after the machine token expires.
## Agent Types
**Parent Agents**: Can create and manage tasks, tied to the licensed host machine, have full administrative capabilities, and can coordinate multiple child agents.
**Child Agents**: Can run on any machine, created using parent agent configuration, can participate in tasks and communication, and inherit security from parent agent.
## Usage Examples
Refer to `hexaeight_demo.py` for complete examples of all features.
## License
Apache License 2.0 - See [LICENSE](LICENSE) file for details.
## Support
- **Documentation**: Coming Soon
- **Contact**: support@hexaeight.com
---
*HexaEight Agent - Enabling secure, scalable AI agent communication*
Raw data
{
"_id": null,
"home_page": null,
"name": "hexaeight-agent",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "HexaEight <support@hexaeight.com>",
"keywords": "hexaeight, agent, pubsub, messaging, task-management, ai-coordination, multi-agent, identity, security",
"author": null,
"author_email": "HexaEight <support@hexaeight.com>",
"download_url": "https://files.pythonhosted.org/packages/26/5c/672c0eb56cbb3667169d0be16cd8fb4b1b32cfea75a665a30c6618c0f06b/hexaeight_agent-1.6.807.tar.gz",
"platform": null,
"description": "# HexaEight Agent - Python Library\n\nA Python wrapper for HexaEight Agent that enables secure multi-agent communication and coordination for AI systems.\n\n## What is HexaEight Agent?\n\nHexaEight Agent provides identity management and secure communication for AI agents. This library allows agents built with any framework (CrewAI, LangChain, AutoGen, etc.) to:\n\n1. \ud83d\udd10 **Authenticate** with unique identities\n2. \ud83d\udcac **Communicate securely** with end-to-end encryption\n3. \ud83d\udccb **Coordinate tasks** across multiple agents\n4. \ud83d\udd12 **Lock messages** for exclusive processing\n5. \u23f0 **Schedule messages** and tasks\n6. \ud83c\udf10 **Bridge communication** across agents\n7. \ud83d\udce4 **Publish messages** with direct, broadcast, and scheduled delivery\n8. \u26a1 **Handle events** with real-time processing and async iteration\n\n## Requirements\n\n- Python 3.8 or higher\n- .NET 8.0 Runtime\n- Access to Agentic IAM (HexaEight Token Server and PubSub Server)\n- HexaEight credentials (Client ID, Resource Name, Machine Token)\n\n## Installation\n\n```bash\npip install hexaeight-agent\n```\n\n## Quick Start\n\n1. **Install HexaEight Licensed Machine Token** on a host machine (Visit: https://store.hexaeight.com)\n\n2. **Setup an Agentic IAM Server** - Configure HexaEight Token Server + HexaEight PubSub Server\n\n3. **Create an Application** and get a Client ID\n\n4. **Create Parent Agent** using the licensed host machine:\n ```bash\n dotnet script create-identity-for-parent-agent.csx parent_config.json --no-cache\n ```\n\n5. **Create Child Agents** using the parent agent configuration:\n ```bash\n dotnet script create-identity-for-child-agent.csx child_01 parent_config.json --no-cache\n ```\n\n6. **Test Parent Agent** from licensed host machine using demo:\n ```bash\n python3 hexaeight_demo.py parent_config.json parent \n ```\n\n7. **Test Child Agent** from any machine using the configuration files:\n ```bash\n python3 hexaeight_demo.py config_agent02.json child\n ```\n\n8. **Establish Secure Communication** across agents by sending messages, locking messages, creating tasks, etc.\n\n> **Note**: A Licensed machine token is required for creating parent and child agents. The parent and child agents are created as JSON configuration files. Once created, these agents remain active forever, even after the machine token expires.\n\n## Agent Types\n\n**Parent Agents**: Can create and manage tasks, tied to the licensed host machine, have full administrative capabilities, and can coordinate multiple child agents.\n\n**Child Agents**: Can run on any machine, created using parent agent configuration, can participate in tasks and communication, and inherit security from parent agent.\n\n## Usage Examples\n\nRefer to `hexaeight_demo.py` for complete examples of all features.\n\n## License\n\nApache License 2.0 - See [LICENSE](LICENSE) file for details.\n\n## Support\n\n- **Documentation**: Coming Soon\n- **Contact**: support@hexaeight.com\n\n---\n\n*HexaEight Agent - Enabling secure, scalable AI agent communication*\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "HexaEight Agent - Python library for AI agent coordination, PubSub messaging, and task management",
"version": "1.6.807",
"project_urls": {
"Bug Tracker": "https://github.com/HexaEightTeam/hexaeight-agent/issues",
"Changelog": "https://github.com/HexaEightTeam/hexaeight-agent/blob/main/CHANGELOG.md",
"Documentation": "https://github.com/HexaEightTeam/hexaeight-agent/blob/main/README.md",
"Homepage": "https://github.com/HexaEightTeam/hexaeight-agent",
"Repository": "https://github.com/HexaEightTeam/hexaeight-agent.git"
},
"split_keywords": [
"hexaeight",
" agent",
" pubsub",
" messaging",
" task-management",
" ai-coordination",
" multi-agent",
" identity",
" security"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8fa25305a0ea0fd824e30e854f10ef3e3cd947c39bdd005e5b07a0a262262d59",
"md5": "981255e380f12e5022a1d005bf343829",
"sha256": "2737ba4ff32507e2b4bf258412c0177ad245c5103980773897e7364e149526d4"
},
"downloads": -1,
"filename": "hexaeight_agent-1.6.807-py3-none-any.whl",
"has_sig": false,
"md5_digest": "981255e380f12e5022a1d005bf343829",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7102858,
"upload_time": "2025-07-15T02:29:14",
"upload_time_iso_8601": "2025-07-15T02:29:14.904414Z",
"url": "https://files.pythonhosted.org/packages/8f/a2/5305a0ea0fd824e30e854f10ef3e3cd947c39bdd005e5b07a0a262262d59/hexaeight_agent-1.6.807-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "265c672c0eb56cbb3667169d0be16cd8fb4b1b32cfea75a665a30c6618c0f06b",
"md5": "9c3653586ee324fdec0bee23301973ed",
"sha256": "e686f2db68f86238afeeee1a8cfa85d0e39c366ebce57489cdf998b0ceaed380"
},
"downloads": -1,
"filename": "hexaeight_agent-1.6.807.tar.gz",
"has_sig": false,
"md5_digest": "9c3653586ee324fdec0bee23301973ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7063954,
"upload_time": "2025-07-15T02:29:16",
"upload_time_iso_8601": "2025-07-15T02:29:16.334691Z",
"url": "https://files.pythonhosted.org/packages/26/5c/672c0eb56cbb3667169d0be16cd8fb4b1b32cfea75a665a30c6618c0f06b/hexaeight_agent-1.6.807.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 02:29:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "HexaEightTeam",
"github_project": "hexaeight-agent",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pythonnet",
"specs": [
[
">=",
"3.0.0"
]
]
}
],
"lcname": "hexaeight-agent"
}