coredipper commited on
Commit
fd6e2aa
·
verified ·
1 Parent(s): c6ea606

docs: improve README with usage instructions

Browse files
Files changed (2) hide show
  1. README.md +11 -11
  2. requirements.txt +1 -1
README.md CHANGED
@@ -11,20 +11,20 @@ license: mit
11
  short_description: Ticket processing combining all 11 biological motifs
12
  ---
13
 
14
- # Operon Multi-Agent Orchestrator
15
 
16
- End-to-end customer support ticket processing combining all 11 biological motifs into a complete adaptive system.
17
 
18
- ## Features
19
 
20
- - **Security gate**: InnateImmunity filters injection and abuse
21
- - **Budget management**: ATP_Store tracks token spending
22
- - **Adaptive pipeline**: Morphogen gradients guide stage behavior
23
- - **Quality gate**: Chaperone validation with feedback loop correction
24
- - **Presets**: Simple ticket, complex investigation, abusive input, memory reuse
25
 
26
- ## Motifs Combined
27
 
28
- InnateImmunity + ATP_Store + MorphogenGradient + Nucleus + RegenerativeSwarm + EpiplexityMonitor + AutophagyDaemon + QuorumSensing + Chaperone + NegativeFeedbackLoop + HistoneStore
29
 
30
- [GitHub](https://github.com/coredipper/operon) | [PyPI](https://pypi.org/project/operon-ai/)
 
 
 
11
  short_description: Ticket processing combining all 11 biological motifs
12
  ---
13
 
14
+ # 🏭 Operon Multi-Agent Orchestrator
15
 
16
+ End-to-end ticket processing combining all 11 biological motifs into a complete adaptive system -- security, budget, morphogen coordination, healing, and memory working together.
17
 
18
+ ## What to Try
19
 
20
+ 1. Select a preset from the **Preset** dropdown (e.g. "Simple ticket", "Complex investigation", or "Abusive input") and click **Process Ticket** to see all 11 motifs working together.
21
+ 2. Type your own support ticket text into the **Ticket** input and process it to see how the pipeline adapts -- security scanning, budget allocation, morphogen-guided processing, and quality validation.
22
+ 3. Try the "Memory reuse" preset to see how HistoneStore recalls successful repair strategies from previous runs to accelerate healing.
 
 
23
 
24
+ ## How It Works
25
 
26
+ The orchestrator chains all major Operon components: InnateImmunity gates input, ATP_Store manages budget, MorphogenGradient guides pipeline behavior, RegenerativeSwarm handles task solving with apoptosis recovery, and Chaperone validates output with NegativeFeedbackLoop corrections. HistoneStore provides epigenetic memory across runs.
27
 
28
+ ## Learn More
29
+
30
+ [GitHub](https://github.com/coredipper/operon) | [PyPI](https://pypi.org/project/operon-ai/) | [Paper](https://github.com/coredipper/operon/tree/main/article)
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  gradio>=4.0
2
- operon-ai>=0.14.0
 
1
  gradio>=4.0
2
+ operon-ai>=0.15.0