# NexusAI Python SDK
Python SDK for **NexusAI** - The AI Agent Platform designed for African businesses.
## Features
- 🤖 **Text AI Agents** - ChatGPT-powered conversational AI
- 🎤 **Voice AI Agents** - Real-time voice conversations
- 👁️ **Vision AI Agents** - Image and video analysis
- 📞 **Phone Integration** - Emergency services, customer support
- 🌍 **African Market Focus** - Built for African businesses
- 🔧 **Business Logic Adapters** - Customize AI behavior for your industry
## Quick Start
```bash
pip install nexusai-sdk
```
```python
from nexusai_sdk import NexusAIClient, AgentConfig
# Initialize client
client = NexusAIClient("https://your-nexusai-instance.com")
# Create an agent session
config = AgentConfig(
agent_id="customer_support",
instructions="You are a helpful customer support agent for an African telecom company.",
capabilities=["text", "voice"],
business_logic_adapter="telecom_support"
)
session = client.create_agent_session(config)
# Send a message
response = session.send_message("Hello, I need help with my mobile data plan")
print(response.content)
```
## Use Cases
### 🏥 Emergency Services
```python
# Emergency dispatcher AI
emergency_config = AgentConfig(
agent_id="emergency_dispatcher",
business_logic_adapter="emergency_services",
capabilities=["text", "voice", "phone"]
)
```
### 📚 Language Learning
```python
# Language learning tutor
learning_config = AgentConfig(
agent_id="french_tutor",
business_logic_adapter="language_learning",
capabilities=["text", "voice"]
)
```
### 🏪 Customer Support
```python
# Business customer support
support_config = AgentConfig(
agent_id="support_agent",
business_logic_adapter="customer_support",
capabilities=["text", "voice", "vision"]
)
```
## Documentation
Visit [nexusai.com/docs](https://nexusai.com/docs) for complete documentation.
## License
MIT License - See LICENSE file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/cruso003/Nexux-Docs",
"name": "nexusai-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "ai, agents, nlp, voice, vision, multimodal, business, africa",
"author": "NexusAI",
"author_email": "support@nexusai.com",
"download_url": "https://files.pythonhosted.org/packages/0a/00/aae6e12c73c1a91b2d17e9dd0bd3a7c7c8cb5978f1458fbaef9d2fcd9a7d/nexusai_sdk-1.0.1.tar.gz",
"platform": null,
"description": "# NexusAI Python SDK\n\nPython SDK for **NexusAI** - The AI Agent Platform designed for African businesses.\n\n## Features\n\n- \ud83e\udd16 **Text AI Agents** - ChatGPT-powered conversational AI\n- \ud83c\udfa4 **Voice AI Agents** - Real-time voice conversations\n- \ud83d\udc41\ufe0f **Vision AI Agents** - Image and video analysis\n- \ud83d\udcde **Phone Integration** - Emergency services, customer support\n- \ud83c\udf0d **African Market Focus** - Built for African businesses\n- \ud83d\udd27 **Business Logic Adapters** - Customize AI behavior for your industry\n\n## Quick Start\n\n```bash\npip install nexusai-sdk\n```\n\n```python\nfrom nexusai_sdk import NexusAIClient, AgentConfig\n\n# Initialize client\nclient = NexusAIClient(\"https://your-nexusai-instance.com\")\n\n# Create an agent session\nconfig = AgentConfig(\n agent_id=\"customer_support\",\n instructions=\"You are a helpful customer support agent for an African telecom company.\",\n capabilities=[\"text\", \"voice\"],\n business_logic_adapter=\"telecom_support\"\n)\n\nsession = client.create_agent_session(config)\n\n# Send a message\nresponse = session.send_message(\"Hello, I need help with my mobile data plan\")\nprint(response.content)\n```\n\n## Use Cases\n\n### \ud83c\udfe5 Emergency Services\n\n```python\n# Emergency dispatcher AI\nemergency_config = AgentConfig(\n agent_id=\"emergency_dispatcher\",\n business_logic_adapter=\"emergency_services\",\n capabilities=[\"text\", \"voice\", \"phone\"]\n)\n```\n\n### \ud83d\udcda Language Learning\n\n```python\n# Language learning tutor\nlearning_config = AgentConfig(\n agent_id=\"french_tutor\",\n business_logic_adapter=\"language_learning\",\n capabilities=[\"text\", \"voice\"]\n)\n```\n\n### \ud83c\udfea Customer Support\n\n```python\n# Business customer support\nsupport_config = AgentConfig(\n agent_id=\"support_agent\",\n business_logic_adapter=\"customer_support\",\n capabilities=[\"text\", \"voice\", \"vision\"]\n)\n```\n\n## Documentation\n\nVisit [nexusai.com/docs](https://nexusai.com/docs) for complete documentation.\n\n## License\n\nMIT License - See LICENSE file for details.\n",
"bugtrack_url": null,
"license": null,
"summary": "Python SDK for NexusAI - AI Agent Platform for Businesses",
"version": "1.0.1",
"project_urls": {
"Bug Reports": "https://github.com/cruso003/Nexux-Docs/issues",
"Documentation": "https://nexus-docs.bits-innovate.com",
"Homepage": "https://github.com/cruso003/Nexux-Docs",
"Source": "https://github.com/cruso003/Nexux-Docs"
},
"split_keywords": [
"ai",
" agents",
" nlp",
" voice",
" vision",
" multimodal",
" business",
" africa"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "80073bcbb18ea9c7506a6cf6b775be18c8d998f2f4e0d59b6c1d02e3af8c6d62",
"md5": "9ae884669f9a8669525f78f7fc0dbc63",
"sha256": "afdaa180a13bef4877a45f1090726e9e10ea9c2b5d5ba558738f8bc4c309c06c"
},
"downloads": -1,
"filename": "nexusai_sdk-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ae884669f9a8669525f78f7fc0dbc63",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 2392,
"upload_time": "2025-08-31T13:54:08",
"upload_time_iso_8601": "2025-08-31T13:54:08.974734Z",
"url": "https://files.pythonhosted.org/packages/80/07/3bcbb18ea9c7506a6cf6b775be18c8d998f2f4e0d59b6c1d02e3af8c6d62/nexusai_sdk-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0a00aae6e12c73c1a91b2d17e9dd0bd3a7c7c8cb5978f1458fbaef9d2fcd9a7d",
"md5": "5425d5245c642ae1b9e36f41551e9aff",
"sha256": "9f075d7e3ae446ae9f16ace52cdb1f541d202f9f679091e025883e2b96df648e"
},
"downloads": -1,
"filename": "nexusai_sdk-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5425d5245c642ae1b9e36f41551e9aff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2725,
"upload_time": "2025-08-31T13:54:10",
"upload_time_iso_8601": "2025-08-31T13:54:10.906111Z",
"url": "https://files.pythonhosted.org/packages/0a/00/aae6e12c73c1a91b2d17e9dd0bd3a7c7c8cb5978f1458fbaef9d2fcd9a7d/nexusai_sdk-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-31 13:54:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cruso003",
"github_project": "Nexux-Docs",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "nexusai-sdk"
}