Deterministic Context Assembly for AI Agents.
Project description
Agent Assembler 🧩
Deterministic Context Assembly for AI Agents. The Engine for the Multi-Agent Distribution Network.
⚠️ Status: Currently in active development (Phase 1: SDK Decoupling). Please clone from GitHub for now. pip install package coming soon in Phase 2.
1. Vision
From JIT Engine to Agent Factory & Distribution Network. Agent Assembler is no longer just a script; it is the core engine that powers multi-agent systems across platforms (Qianwen, Coze, WeChat, etc.).
2. Core Architecture
- Recipe-First: Intent matching pre-defined JSON recipes.
- Atomic Skills: <4KB focused skill modules.
- JIT Assembly: Assemble only what is needed, when it is needed.
- Multi-Platform Adapters: Deploy to Qianwen, Coze, Baidu, and more with one click.
3. Roadmap
| Phase | Goal | Status |
|---|---|---|
| P0 | Core Stabilization & Validation | ✅ Done |
| P1 | SDK Decoupling & Standardization | 🚧 Active |
| P2 | Multi-Platform Adapters (Coze/Qianwen) | ⬜ Planned |
| P3 | SaaS Dashboard & No-Code Builder | ⬜ Planned |
4. Installation
pip install agent-assembler
5. Quick Start
from agent_assembler import Assembler
assembler = Assembler(recipes_dir="./recipes", skills_dir="./skills")
result = assembler.assemble("Analyze this excel file")
print(result['system_prompt'])
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
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 agent_assembler-0.2.0.dev1.tar.gz.
File metadata
- Download URL: agent_assembler-0.2.0.dev1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aab9e7ff30074c7ae3584f14e8d79f0626bd82e38d2e821c888cfe6b68cbebc6
|
|
| MD5 |
039f89edeb8822d70ec5bac4e260e430
|
|
| BLAKE2b-256 |
958ccf8d11bf370dc24c2ca1a363f99501974f8864982cfcfb9fc62d15650f31
|
File details
Details for the file agent_assembler-0.2.0.dev1-py3-none-any.whl.
File metadata
- Download URL: agent_assembler-0.2.0.dev1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36859da918c2cdad52f5faf8de000ff0a6a96449f9c58413134ad0f39eeaebfe
|
|
| MD5 |
53436de059bcc073345b9cb3841135b7
|
|
| BLAKE2b-256 |
ef0d149fc5febeeac8084a853c0cfd3a308cddfd9b250d3e703166983d6d272a
|