From 1b517e437660058099f0f3083089e98f0a20429a Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 23 Jul 2026 00:51:55 +0300 Subject: [PATCH] docs: add project and follow links --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c4d1fb4..7732a5c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Reliability layer for API calls: retries, caching, dedup, circuit breakers. [![PyPI version](https://badge.fury.io/py/reliapi-sdk.svg)](https://pypi.org/project/reliapi-sdk/) [![Docker](https://img.shields.io/docker/v/kikudoc/reliapi?label=docker)](https://hub.docker.com/r/kikudoc/reliapi) +**[Open the project site](https://kikuai-lab.github.io/reliapi/)** + ## Features - **Retries with Backoff** - Automatic retries with exponential backoff @@ -227,6 +229,12 @@ See [`docs/release.md`](./docs/release.md) and [`docs/SECRETS_SETUP.md`](./docs/ - GitHub Issues: https://github.com/KikuAI-Lab/reliapi/issues - Email: dev@kikuai.dev +## Follow the work + +Project notes and new tools: [Telegram](https://t.me/kiku_ai) · +[LinkedIn](https://www.linkedin.com/in/kiku-jw/) · +[KikuAI](https://kikuai.dev/) + ## License AGPL-3.0. Copyright (c) 2025 KikuAI Lab