Skip to content

Commit 4be0ddf

Browse files
authored
Update README.md
1 parent 7962062 commit 4be0ddf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
[![Go Report Card](https://goreportcard.com/badge/github.com/octu0/polaris)](https://goreportcard.com/report/github.com/octu0/polaris)
1010
[![Releases](https://img.shields.io/github/v/release/octu0/polaris)](https://github.com/octu0/polaris/releases)
1111

12-
`polaris` is a Go framework for building **distributed AI agents**.
12+
`polaris` is a Go framework for building **distributed AI agents**.
13+
1314
These agents run as lightweight sidecars alongside your applications, securely exposing system capabilities and local resources (like logs or metrics) via **Function Calling**. This enables AI models (such as Google's Vertex AI Gemini) to intelligently interact with your distributed infrastructure through a unified polaris interface, simplifying complex coordination. The framework is designed for **parallel execution** to handle demanding workloads.
1415

1516
## Why `polaris` ?
@@ -20,7 +21,8 @@ Building robust server-side Function Calling, especially in distributed systems,
2021
- **Coordination Difficulties:** Orchestrating interactions between services (RPC) often requires complex transport logic and boilerplate code.
2122
- **Integration Friction:** Adding Function Calling capabilities to existing services can demand substantial code modifications.
2223

23-
`polaris` is a distributed AI agent framework designed to simplify this.
24+
`polaris` is a distributed AI agent framework designed to simplify this.
25+
2426
It offers a novel approach focused on ease of use and intelligent coordination:
2527

2628
- **Centralized `registry` Cluster:** Provides a highly available, central point for managing function schemas and discovering services, eliminating synchronization headaches.
@@ -375,4 +377,4 @@ Using `polaris`, AI orchestration capabilities, requires bellow:
375377

376378
# License
377379

378-
MIT, see LICENSE file for details.
380+
MIT, see LICENSE file for details.

0 commit comments

Comments
 (0)