Skip to content

Commit 1e64b3f

Browse files
committed
docs: enhance README with expanded features and benefits section
1 parent e296fa4 commit 1e64b3f

File tree

1 file changed

+30
-13
lines changed

1 file changed

+30
-13
lines changed

README.md

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,36 @@
55
![GitHub Release Date](https://img.shields.io/github/release-date/riligar/agents-sdk)
66
![NPM Downloads](https://img.shields.io/npm/dw/%40riligar%2Fagents-sdk)
77

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.
938

1039
## 🚀 Installation
1140

@@ -126,18 +155,6 @@ const tools = await tool.build(
126155
);
127156
```
128157

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-
141158
## 📄 License
142159

143160
Apache-2.0

0 commit comments

Comments
 (0)