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")
📚 Full Documentation
© 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.0.tar.gz
(4.6 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.0.tar.gz.
File metadata
- Download URL: acodeai-1.0.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
937572646a06a71af4166295626f3efe61b7e310e7716cff8f35baad11287f2a
|
|
| MD5 |
dca2290a59901e55b0c4c9a70181beb3
|
|
| BLAKE2b-256 |
5f160a3ae1da4482054e1bd666a7d5c5c5104bf2d93b1cb9efa2bb36e13a9244
|
File details
Details for the file acodeai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: acodeai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
ed80ad15811d872806e0de49c1e15015247c03a29820b52af2a254ef103a7910
|
|
| MD5 |
09788687d5a92b447ca7609c0b20200a
|
|
| BLAKE2b-256 |
7fcf6435bf71484cee2cf87897f0e6661fa812b28357b9ba37e5a4c5be6a67a7
|