oedix
Minimal Core + Plugin Agent Framework for autonomous LLM-powered agents.
Installation
pip install oedix
With LLM provider extras:
# OpenAI
pip install oedix[openai]
# Anthropic
pip install oedix[anthropic]
# All providers
pip install oedix[all]
Quick Start
import oedix
agent = oedix.Agent(config="agent.json", data_dir="/data")
agent.set_event_handler(my_handler)
async for event in agent.run("안녕하세요"):
print(event)
Lower-level Imports
from oedix.core import AgentQueue, ActionSet, Action, Context
from oedix.core.config import AgentConfig
from oedix.core.events import Event, EventType
License
MIT
Release files for oedix 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oedix-0.0.1.tar.gz | 40.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| oedix-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 82.2 kB
Release files / oedix-0.0.1.tar.gz
| Download URL | oedix-0.0.1.tar.gz |
|---|---|
| Size | 40.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c9d2a5456ec309413c455025059072e5c1000867a913eed9cc5e04ae0e8ca33f
|
|
BLAKE2b-256 checksum How to use checksums |
90a9c09c1dc40374ecd79ea0a5de83923c2b765c15718d38d4de09df24bdaadc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / oedix-0.0.1-py3-none-any.whl
| Download URL | oedix-0.0.1-py3-none-any.whl |
|---|---|
| Size | 42.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
babee368abd1460d363daaf6aa06d481270b648c328b2a264c4a2a6c66b4ff29
|
|
BLAKE2b-256 checksum How to use checksums |
ec8505754561589cbb35f7be953b9e2f4286d60d3c42233f915e7de0398cf8fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|