awacke1 commited on
Commit
3b0df6d
·
verified ·
1 Parent(s): db05979

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -11,7 +11,38 @@ license: mit
11
  short_description: AI Knowledge Tree Builder AI
12
  ---
13
 
14
- AIKnowledgeTreeBuilder is designed with the following tenets:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  1. Portability - Universal access via any device & link sharing
16
  2. Speed of Build - Rapid deployments (< 2min to production)
17
  3. Linkiness - Programmatic access to major AI knowledge sources
 
11
  short_description: AI Knowledge Tree Builder AI
12
  ---
13
 
14
+ # AI Knowledge Tree Builder with Agents 🌳✨
15
+
16
+ An enhanced Streamlit app integrating Transformers Agents into a Mixture of Experts (MoE) system for smarter knowledge tree building! 🤓
17
+
18
+ ## Features 🎉
19
+ - 9 Agents assisting ML tasks:
20
+ - **CodeCrafter 🖥️**: Writes code (CodeAgent).
21
+ - **StepSage 🧠**: Step-by-step reasoning (ReactCodeAgent).
22
+ - **JsonJugger 🤡**: JSON-based actions (ReactJsonAgent).
23
+ - **OutlineOracle 📋**: Builds outlines.
24
+ - **ToolTitan 🔧**: Lists tools.
25
+ - **SpecSpinner 📜**: Crafts specs.
26
+ - **ImageImp 🎨**: Generates image prompts.
27
+ - **VisualVortex 🖼️**: Creates visuals.
28
+ - **GlossGuru 📖**: Defines terms.
29
+ - MoE system maps prompts to agents for dynamic task handling.
30
+ - Witty, emoji-rich UI! 😂
31
+
32
+ ## Functions 📚
33
+ - `run_agent(task, agent_name)`: Executes the specified agent’s `run` method.
34
+ - `main()`: Orchestrates UI and agent interactions.
35
+
36
+ ## Setup 🛠️
37
+ 1. `pip install -r requirements.txt`
38
+ 2. `streamlit run app.py`
39
+ 3. Pick an MoE prompt and query away! 🚀
40
+
41
+ ## Notes 📝
42
+ - Default LLM uses HF Inference API. Add a token for private models via `HF_TOKEN`.
43
+ - Extends original SynapTree with agent-based MoE.
44
+
45
+ AgentsKnowledgeTreeBuilder is designed with the following tenets:
46
  1. Portability - Universal access via any device & link sharing
47
  2. Speed of Build - Rapid deployments (< 2min to production)
48
  3. Linkiness - Programmatic access to major AI knowledge sources