Skip to content

Commit 70b8929

Browse files
Dwij1704areibman
andauthored
Introducing V2 Documentation with Comprehensive Updates (#938)
* Added V2 Docs * Update LangChain integration documentation and example to include langchain-community dependency and DuckDuckGo search tool. * Add IBM Watsonx.ai integration documentation and update integrations list in mint.json * Added IBM Watsonx.ai integration documentation with updated usage examples and installation instructions. Add IBM Watsonx.ai card to examples list for better visibility. * Add Google ADK integration documentation and card to examples list for enhanced visibility in the V2 documentation. * link * tabs * Refactor quickstart documentation by consolidating session tracking instructions * Refactor documentation to improve clarity and structure by encapsulating agent usage examples within functions and removing unnecessary code snippets. * Update documentation by renaming 'events' to 'spans' in mint.json and removing the events.mdx file to streamline core concepts. --------- Co-authored-by: reibs <areibman@gmail.com>
1 parent 704110d commit 70b8929

40 files changed

Lines changed: 4630 additions & 6 deletions
11.7 KB
Loading
Lines changed: 106 additions & 0 deletions
Loading

docs/mint.json

Lines changed: 76 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,26 @@
6060
"url": "https://agentops.ai/contact"
6161
}
6262
],
63+
"versions": [
64+
"v2",
65+
"v1",
66+
"v0"
67+
],
6368
"navigation": [
6469
{
6570
"group": "",
6671
"pages": [
6772
"v1/introduction"
68-
]
73+
],
74+
"version": "v1"
6975
},
7076
{
7177
"group": "Getting Started",
7278
"pages": [
7379
"v1/quickstart",
7480
"v1/examples/examples"
75-
]
81+
],
82+
"version": "v1"
7683
},
7784
{
7885
"group": "Concepts",
@@ -82,7 +89,8 @@
8289
"v1/concepts/sessions",
8390
"v1/concepts/events",
8491
"v1/concepts/tags"
85-
]
92+
],
93+
"version": "v1"
8694
},
8795
{
8896
"group": "Integrations",
@@ -109,7 +117,8 @@
109117
"v1/integrations/swarmzero",
110118
"v1/integrations/taskweaver",
111119
"v1/integrations/xai"
112-
]
120+
],
121+
"version": "v1"
113122
},
114123
{
115124
"group": "Usage",
@@ -121,11 +130,72 @@
121130
"v1/usage/tracking-agents",
122131
"v1/usage/recording-operations",
123132
"v1/usage/multiple-sessions"
124-
]
133+
],
134+
"version": "v1"
135+
},
136+
{
137+
"group": "Other Info",
138+
"pages": ["v1/concepts/host-env"],
139+
"version": "v1"
140+
},
141+
{
142+
"group": "",
143+
"pages": [
144+
"v2/introduction"
145+
],
146+
"version": "v2"
147+
},
148+
{
149+
"group": "Getting Started",
150+
"pages": [
151+
"v2/quickstart",
152+
"v2/examples/examples"
153+
],
154+
"version": "v2"
155+
},
156+
{
157+
"group": "Concepts",
158+
"pages": [
159+
"v2/concepts/core-concepts",
160+
"v2/concepts/decorators",
161+
"v2/concepts/sessions",
162+
"v2/concepts/spans",
163+
"v2/concepts/tags"
164+
],
165+
"version": "v2"
166+
},
167+
{
168+
"group": "Integrations",
169+
"pages": [
170+
"v2/integrations/anthropic",
171+
"v2/integrations/autogen",
172+
"v2/integrations/crewai",
173+
"v2/integrations/google_adk",
174+
"v2/integrations/gemini",
175+
"v2/integrations/langchain",
176+
"v2/integrations/litellm",
177+
"v2/integrations/openai",
178+
"v2/integrations/agentssdk",
179+
"v2/integrations/ibm_watsonx_ai"
180+
],
181+
"version": "v2"
182+
},
183+
{
184+
"group": "Usage",
185+
"pages": [
186+
"v2/usage/dashboard-info",
187+
"v2/usage/sdk-reference",
188+
"v2/usage/advanced-configuration",
189+
"v2/usage/tracking-llm-calls",
190+
"v2/usage/tracking-agents",
191+
"v2/usage/recording-operations"
192+
],
193+
"version": "v2"
125194
},
126195
{
127196
"group": "Other Info",
128-
"pages": ["v1/concepts/host-env"]
197+
"pages": ["v2/concepts/host-env"],
198+
"version": "v2"
129199
}
130200
],
131201
"footerSocials": {

0 commit comments

Comments
 (0)