Add documentation for the new Agent feature and update sidebar positions for Metrics and API categories. Adjust code examples in various API documentation to reflect correct paths and improve clarity. Enhance the Agent class with an equals and hash code method for better functionality.

This commit is contained in:
Amith Koujalgi
2025-10-19 14:03:10 +05:30
parent 866c08f590
commit f0e5a9e172
12 changed files with 52 additions and 47 deletions

13
docs/docs/agent.md Normal file
View File

@@ -0,0 +1,13 @@
---
sidebar_position: 4
title: Agent
---
import CodeEmbed from '@site/src/components/CodeEmbed';
# Agent
:::warning[Note]
This is work in progress
:::