What is the Noxus Client SDK?
The Noxus Client SDK is a comprehensive Python library designed to interact seamlessly with the Noxus AI backend. It provides a convenient, high-level interface for managing workflows, conversations, knowledge bases, agents, and more.Simplified Integration
Abstract away complex API calls and focus on building applications
Comprehensive Features
Access all Noxus platform capabilities through a unified interface
Async Support
Built-in support for asynchronous operations for better performance
Type Safety
Full type hints and Pydantic models for better development experience
Key Features
Workflow Management
Workflow Management
Create, manage, and execute complex AI workflows with visual node-based programming. Connect different AI models, data sources, and logic components to build sophisticated automation.
Conversational AI
Conversational AI
Build intelligent chatbots and conversational interfaces with support for
multiple AI models, custom tools, and context management.
Knowledge Bases
Knowledge Bases
Create and manage knowledge repositories with advanced retrieval capabilities,
document processing, and semantic search.
AI Agents
AI Agents
Deploy autonomous AI agents (co-workers) that can perform tasks, use tools, and interact with users on your behalf.
Who Should Use This SDK?
Developers
Build AI-powered applications with minimal boilerplate code
Data Scientists
Create and deploy ML workflows and knowledge systems
Product Teams
Integrate AI capabilities into existing products and services
Quick Example
Here’s a taste of what you can do with the Noxus Client SDK:Getting Started
Ready to dive in? Here’s how to get started:1
Install the SDK
Install the Noxus Client SDK using pip
bash pip install noxus-sdk 2
Get Your API Key
Create an API key from your Noxus workspace settings
3
Initialize the Client
Set up your client and start building
4
Explore the Features
Try workflows, conversations, knowledge bases, and agents
Ready to Start Building?
Follow our quickstart guide to build your first AI application in minutes