Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,53 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# π½π§ **Ollama Agent Roll Cage (OARC)** π€¬π€
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
## π **About OARC**
|
15 |
+
|
16 |
+
Ollama Agent Roll Cage (OARC) is a Python-based framework combining the power of **ollama LLMs**, **Coqui-TTS**, **Keras classifiers**, **LLaVA Vision**, **Whisper Speech Recognition**, and **YOLOv8 Object Detection** into a unified chatbot agent API for local, custom automation. OARC enables seamless management and creation of intelligent agents through features such as:
|
17 |
+
|
18 |
+
- **Conversation History Management**
|
19 |
+
- **Model Management and Function Calling**
|
20 |
+
- **Retrieval-Augmented Generation (RAG)**
|
21 |
+
- **Document Database Integration** (via embedding models)
|
22 |
+
- **Multimodal Chain of Thought**
|
23 |
+
|
24 |
+
By leveraging **DuckDB**, external tools, and interaction spaces, OARC empowers users to structure a "base reality" for agents, enhancing control over outcomes and fostering reliable, secure automation.
|
25 |
+
|
26 |
+
OARC also offers advanced tools for creating secure agent systems. By limiting model outputs to specific training data, users can implement their own fine-tuned models while exploring logical and ontological AI frameworks.
|
27 |
+
|
28 |
+
Letβs redefine the possibilities of AI-driven agents and collaborative development! π
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
## π‘ **Core Features**
|
33 |
+
|
34 |
+
- **Unified API**: Streamline chatbot agent design and deployment.
|
35 |
+
- **Multimodal Capabilities**: Integrate speech, vision, and data retrieval seamlessly.
|
36 |
+
- **Custom Automation**: Build tailored workflows for your unique use cases.
|
37 |
+
- **Security Tools**: Protect your agentic projects with robust safeguards.
|
38 |
+
|
39 |
+
---
|
40 |
+
|
41 |
+
## π₯ **Demo Videos**
|
42 |
+
|
43 |
+
[](https://www.youtube.com/watch?v=W7TusPTnNXA)
|
44 |
+
- [OARC v0.28.0 - Speech-to-Speech with Vision & Agent Library](https://www.youtube.com/watch?v=W7TusPTnNXA)
|
45 |
+
- [OARC Demo Videos Compilation](https://github.com/Leoleojames1/ollama_agent_roll_cage/blob/master/docs/demo_videos.md)
|
46 |
+
- [OARC 0.27.0 DEMO 5 - HF S_Dogg Model](https://streamable.com/hldmzh?src=player-page-share)
|
47 |
+
|
48 |
+
---
|
49 |
+
|
50 |
+
## π **Join the Community**
|
51 |
+
|
52 |
+
- **Discord**: [OARC](https://discord.gg/qfpwCB8nXs) | [Ollama](https://discord.gg/ollama)
|
53 |
+
- **Support**: [Buy Me a Coffee](https://ko-fi.com/theborch)
|
54 |
+
|
55 |
+
---
|
56 |
+
|
57 |
+
## π **Licenses**
|
58 |
+
|
59 |
+
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |[MADE WITH META LLAMA](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b/blob/main/LICENSE) | [Coqui Public Model License 1.0.0](https://huggingface.co/Borcherding/XTTS-v2_C3PO/blob/main/LICENSE.txt)
|