|
5 | 5 |  |
6 | 6 |  |
7 | 7 |
|
8 | | -RiLiGar Agents SDK - JavaScript framework for building intelligent AI agents with LLM support via OpenRouter, custom tools, and MCP integration. |
| 8 | +## 🔗 Resources |
| 9 | + |
| 10 | +- **[OpenRouter](https://openrouter.ai/docs/quickstart)** - Unified API for multiple LLM providers |
| 11 | +- **[OpenAI](https://platform.openai.com)** | [SDK](https://github.com/openai/openai-node) |
| 12 | +- **[Anthropic](https://console.anthropic.com/)** | [SDK](https://github.com/anthropics/anthropic-sdk-typescript) |
| 13 | +- **[Google AI](https://ai.google.dev/gemini-api/)** | [SDK](https://www.npmjs.com/package/@google/genai) |
| 14 | +- **[Meta Llama](https://www.llama.com/)** |
| 15 | +- **[Model Context Protocol](https://modelcontextprotocol.io)** |
| 16 | + - [Documentation](https://modelcontextprotocol.info/docs/) |
| 17 | + - [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) |
| 18 | + - [Inspector](https://github.com/modelcontextprotocol/inspector) |
| 19 | + |
| 20 | +--- |
| 21 | + |
| 22 | +## 🚀 **The Ultimate AI Agents Framework** |
| 23 | + |
| 24 | +**Stop wrestling with complex AI integrations.** RiLiGar Agents SDK gives you **enterprise-grade AI agents in just 5 lines of code.** |
| 25 | + |
| 26 | +✨ **What used to take weeks, now takes minutes.** Built on top of industry giants like **OpenAI, Anthropic, Google, and Meta** through OpenRouter's unified API, this framework packs **thousands of hours of engineering** into an elegantly simple package. |
| 27 | + |
| 28 | +🎯 **One SDK. All AI Providers. Infinite Possibilities.** |
| 29 | + |
| 30 | +- **🤖 Smart Agents** with custom personalities and instructions |
| 31 | +- **🔧 Custom Tools** that agents can execute seamlessly |
| 32 | +- **🛡️ Built-in Guardrails** for safe, controlled AI interactions |
| 33 | +- **📡 Real-time Streaming** for responsive user experiences |
| 34 | +- **🔗 MCP Protocol** for enterprise-grade integrations |
| 35 | +- **📝 Intelligent Logging** with contextual insights |
| 36 | + |
| 37 | +**From startup MVPs to enterprise solutions** - RiLiGar Agents SDK scales with you. |
9 | 38 |
|
10 | 39 | ## 🚀 Installation |
11 | 40 |
|
@@ -126,18 +155,6 @@ const tools = await tool.build( |
126 | 155 | ); |
127 | 156 | ``` |
128 | 157 |
|
129 | | -## 🔗 Resources |
130 | | - |
131 | | -- **[OpenRouter](https://openrouter.ai/docs/quickstart)** - Unified API for multiple LLM providers |
132 | | -- **[OpenAI](https://platform.openai.com)** | [SDK](https://github.com/openai/openai-node) |
133 | | -- **[Anthropic](https://console.anthropic.com/)** | [SDK](https://github.com/anthropics/anthropic-sdk-typescript) |
134 | | -- **[Google AI](https://ai.google.dev/gemini-api/)** | [SDK](https://www.npmjs.com/package/@google/genai) |
135 | | -- **[Meta Llama](https://www.llama.com/)** |
136 | | -- **[Model Context Protocol](https://modelcontextprotocol.io)** |
137 | | - - [Documentation](https://modelcontextprotocol.info/docs/) |
138 | | - - [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) |
139 | | - - [Inspector](https://github.com/modelcontextprotocol/inspector) |
140 | | - |
141 | 158 | ## 📄 License |
142 | 159 |
|
143 | 160 | Apache-2.0 |
0 commit comments