Licensing¶
SE-AGI uses a sophisticated licensing system powered by QuantumMeta License Server to ensure proper usage and support different use cases.
License Tiers¶
Basic License¶
Perfect for individual developers and small projects:
- ✅ Core SE-AGI functionality
- ✅ Up to 5 agents simultaneously
- ✅ Basic reasoning capabilities
- ✅ 1GB memory limit
- ❌ No evolution capabilities
- ❌ No advanced agents
Price: Contact for pricing
Pro License¶
Ideal for teams and advanced development:
- ✅ All Basic features
- ✅ Up to 50 agents simultaneously
- ✅ Advanced reasoning and multimodal capabilities
- ✅ Meta-learning and evolution
- ✅ 10GB memory limit
- ✅ Priority email support
Price: Contact for pricing
Enterprise License¶
For organizations requiring full capabilities:
- ✅ All Pro features
- ✅ Unlimited agents
- ✅ Distributed processing
- ✅ Custom model integration
- ✅ API access
- ✅ Unlimited memory
- ✅ 24/7 priority support
- ✅ Custom features and integrations
Price: Contact for pricing
Getting a License¶
Step 1: Get Your Machine ID¶
Every license is tied to a specific machine. Get your Machine ID:
Step 2: Contact Sales¶
Email bajpaikrishna715@gmail.com with:
- Your name and organization
- Desired license tier (Basic/Pro/Enterprise)
- Use case description
- Machine ID (required for license generation)
- Any specific requirements
Step 3: License Activation¶
Once you receive your license file (.qkey):
# Install the license manager if not already installed
pip install quantummeta-license
# Activate your license
quantum-license activate your-license.qkey
# Verify activation
quantum-license status
License Features¶
Feature Gating¶
SE-AGI automatically enforces license limits:
from se_agi import SEAGI
seagi = SEAGI()
await seagi.initialize()
# This will check your license automatically
await seagi.create_agent("research", "researcher") # ✅ Available in all tiers
# This requires Pro+ license
await seagi.evolve() # ❌ Blocked in Basic tier
Grace Period¶
New installations include a 14-day grace period with Basic tier features:
- No license required for initial evaluation
- Basic features available
- Automatic license prompts
- Seamless transition to licensed operation
Development Mode¶
Development Mode Removed
As of version 2.0.0, development mode bypasses have been removed. All usage requires proper licensing.
License Management¶
Checking License Status¶
from se_agi.licensing import get_license_status
status = get_license_status()
print(f"License Status: {status['status']}")
print(f"Tier: {status['tier']}")
print(f"Features: {status['features']}")
Programmatic License Checks¶
from se_agi.licensing import check_feature_access
# Check if specific features are available
if check_feature_access("evolution"):
await seagi.evolve()
else:
print("Evolution requires Pro+ license")
License Information Display¶
from se_agi.licensing import display_license_info
# Show detailed license information
display_license_info()
Troubleshooting¶
License Not Found¶
If you see "License not found" errors:
- Verify license file location
- Check file permissions
- Ensure Machine ID matches
- Contact support with your Machine ID
Grace Period Expired¶
When grace period expires:
📋 No license found for se-agi and grace period has expired.
To continue using SE-AGI:
1. Contact sales: bajpaikrishna715@gmail.com
2. Or activate an existing license: quantum-license activate license.qkey
Feature Not Licensed¶
When trying to use unavailable features:
🔒 Feature 'evolution' requires pro license tier.
Current tier: basic.
Contact bajpaikrishna715@gmail.com for upgrade options.
License Expired¶
For expired licenses:
🕒 Your SE-AGI license has expired on 2025-12-31.
Please contact bajpaikrishna715@gmail.com for license renewal.
Enterprise Features¶
Custom Licensing¶
Enterprise customers can request:
- Volume licensing for multiple machines
- Floating licenses for team environments
- Custom feature sets
- Special pricing for educational institutions
- Government and military licensing options
Support Levels¶
| Tier | Support Level | Response Time |
|---|---|---|
| Basic | Email Support | 72 hours |
| Pro | Priority Email | 24 hours |
| Enterprise | Phone + Email | 4 hours |
Legal Information¶
License Agreement¶
By using SE-AGI, you agree to:
- Use the software in accordance with your license tier
- Not reverse engineer or redistribute license keys
- Maintain current contact information for license management
- Comply with export control regulations
Data Privacy¶
- License validation is performed locally when possible
- Machine ID is used solely for license binding
- No usage data is transmitted without explicit consent
- Enterprise customers can request air-gapped licensing
FAQ¶
Q: Can I transfer my license to another machine?
A: Contact bajpaikrishna715@gmail.com with your old and new Machine IDs for license transfer.
Q: What happens if I exceed my agent limit?
A: SE-AGI will prevent creating additional agents and suggest upgrading your license.
Q: Do I need internet access for license validation?
A: Initial activation requires internet. Afterward, SE-AGI works offline with periodic validation.
Q: Is there an academic discount?
A: Yes! Contact us with your academic email for special educational pricing.
For any licensing questions, contact: bajpaikrishna715@gmail.com