|
5 | 5 |  |
6 | 6 |  |
7 | 7 |
|
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 | 8 | **Stop wrestling with complex AI integrations.** RiLiGar Agents SDK gives you **enterprise-grade AI agents in just 5 lines of code.** |
25 | 9 |
|
26 | 10 | ✨ **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 | 11 |
|
28 | 12 | 🎯 **One SDK. All AI Providers. Infinite Possibilities.** |
29 | 13 |
|
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 |
| 14 | +- **🤖 Smart Agents** with custom personalities and instructions |
| 15 | +- **🔧 Custom Tools** that agents can execute seamlessly |
| 16 | +- **🛡️ Built-in Guardrails** for safe, controlled AI interactions |
| 17 | +- **📡 Real-time Streaming** for responsive user experiences |
| 18 | +- **🔗 MCP Protocol** for enterprise-grade integrations |
| 19 | +- **📝 Intelligent Logging** with contextual insights |
36 | 20 |
|
37 | 21 | **From startup MVPs to enterprise solutions** - RiLiGar Agents SDK scales with you. |
38 | 22 |
|
@@ -155,6 +139,18 @@ const tools = await tool.build( |
155 | 139 | ); |
156 | 140 | ``` |
157 | 141 |
|
| 142 | +## 🔗 Resources |
| 143 | + |
| 144 | +- **[OpenRouter](https://openrouter.ai/docs/quickstart)** - Unified API for multiple LLM providers |
| 145 | +- **[OpenAI](https://platform.openai.com)** | [SDK](https://github.com/openai/openai-node) |
| 146 | +- **[Anthropic](https://console.anthropic.com/)** | [SDK](https://github.com/anthropics/anthropic-sdk-typescript) |
| 147 | +- **[Google AI](https://ai.google.dev/gemini-api/)** | [SDK](https://www.npmjs.com/package/@google/genai) |
| 148 | +- **[Meta Llama](https://www.llama.com/)** |
| 149 | +- **[Model Context Protocol](https://modelcontextprotocol.io)** |
| 150 | + - [Documentation](https://modelcontextprotocol.info/docs/) |
| 151 | + - [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) |
| 152 | + - [Inspector](https://github.com/modelcontextprotocol/inspector) |
| 153 | + |
158 | 154 | ## 📄 License |
159 | 155 |
|
160 | 156 | Apache-2.0 |
0 commit comments