A-CodeAI SDK - Korean Medicine Intelligence & Self-Evolving Memory API
Project description
🐍 A-CodeAI Python SDK
One-line installation for Korean Medicine Intelligence and Self-Evolving Memory
⚡ Quick Start
Installation
pip install acodeai
Basic Usage
from acodeai import JemaClient, AthenaClient
# Initialize clients
jema = JemaClient(api_key="your_api_key")
athena = AthenaClient(api_key="your_api_key")
# Analyze constitution (one line!)
result = jema.analyze_constitution(
survey_answers=[{"question": "체질", "answer": "활발함"}]
)
print(f"Your constitution: {result.constitution}")
# Store memory (one line!)
memory = athena.store_memory(
content="User prefers Python over JavaScript",
category="preference"
)
print(f"Memory ID: {memory.memory_id}")
# Search memory (one line!)
results = athena.search_memory(
query="What does the user prefer?",
limit=5
)
print(f"Found {len(results)} memories")
🆚 Open Source vs Pro
| Feature | Open Source (MIT) | Pro (Paid API) |
|---|---|---|
| Basic Workflow | ✅ Linear tasks | ✅ Self-Healing + Loops |
| Code Generation | ✅ Template-based | ✅ Context-Aware |
| Memory Storage | ✅ Local/SQLite | ✅ Cloud Vector DB |
| Analysis | ✅ Basic logs | ✅ MKM12 Deep Analysis |
| Team Features | ❌ | ✅ Team memory sharing |
Need more power? Get A-CodeAI Pro API Key
📚 Documentation
- API Reference - Complete API documentation
- Examples - Code examples
- Migration Guide - Migrate from jema-ai/athena-sdk
- Full Documentation - Online docs
- Changelog - Version history
- GitHub Repository
🤝 Support
- Documentation: https://docs.mkmlife.com/sdk/python
- Issues: https://github.com/mkmlab-hq/acodeai-python/issues
- Discord: Join our community
© 2025 MKM Lab. All rights reserved.
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
acodeai-1.0.1.tar.gz
(5.2 kB
view details)
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 acodeai-1.0.1.tar.gz.
File metadata
- Download URL: acodeai-1.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f07f6b9f69fd7a7e348657755051080420d5f64469e4918b0a755498c909c13b
|
|
| MD5 |
9c22978a641c836e186a0ddd4006f6db
|
|
| BLAKE2b-256 |
152245e19ebb207d78ae8b70db530fd4ea7e78d6829b76dadbd3aa0bafea3238
|
File details
Details for the file acodeai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: acodeai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80edfefc31cc57c1dee175df780630ec02069ded8bdffdf502e354c99bd28882
|
|
| MD5 |
2bd49a15b5bb8b372c1828f696eb9e2e
|
|
| BLAKE2b-256 |
a3355d7d2e2ee3c85b4a1fe35d48eb6de938c74d9ee956d87eb17cc1d6b31682
|