diff --git a/content/ai-agent-resources.md b/content/ai-agent-resources.md new file mode 100644 index 0000000000..d1768ccc6c --- /dev/null +++ b/content/ai-agent-resources.md @@ -0,0 +1,27 @@ +--- +title: AI Agent Resources +description: Learn how to develop with Redis as an AI agent +linkTitle: AI Agent Resources +--- + +## `llms.txt` index of documentation + +Redis provides a comprehensive index of all documentation in Markdown format at [llms.txt](https://redis.io/llms.txt). This index is specifically designed for AI agents to discover available documentation. + +## Markdown documentation format + +All documentation pages are available in Markdown format via the same URL as +the main doc page but with `index.html.md` added. For example, the Markdown version of +this page is available at +[ai-agent-resources/index.html.md](https://redis.io/docs/latest/ai-agent-resources/index.html.md). + + +## API references + +API references are available for the following client libraries: + +- [redis-py](https://redis.readthedocs.io/en/stable/commands.html) +- [jedis](https://javadoc.io/doc/redis.clients/jedis/latest/index.html) +- [lettuce](https://lettuce.io/core/release/reference/index.html) +- [go-redis](https://pkg.go.dev/github.com/redis/go-redis/v9) +- [redis-rs](https://docs.rs/redis/latest/redis/) diff --git a/layouts/home.html b/layouts/home.html index f927831407..f3dd1bc8b2 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -1,6 +1,12 @@ {{ define "head" }} + + + + + + {{ end }} {{ define "main" }} @@ -115,6 +121,16 @@