Skip to content

Commit 91b2996

Browse files
committed
docs: reorganize README sections and improve readability
1 parent 1e64b3f commit 91b2996

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

README.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,18 @@
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-
## 🔗 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-
248
**Stop wrestling with complex AI integrations.** RiLiGar Agents SDK gives you **enterprise-grade AI agents in just 5 lines of code.**
259

2610
**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.
2711

2812
🎯 **One SDK. All AI Providers. Infinite Possibilities.**
2913

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
3620

3721
**From startup MVPs to enterprise solutions** - RiLiGar Agents SDK scales with you.
3822

@@ -155,6 +139,18 @@ const tools = await tool.build(
155139
);
156140
```
157141

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+
158154
## 📄 License
159155

160156
Apache-2.0

0 commit comments

Comments
 (0)