You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this code, your agent is automatically tracked and all execution traces will be logged in a designated dataset on the <imgclass='inline-invariant'src="assets/logo.svg"/> [Invariant Explorer](https://explorer.invariantlabs.ai).
72
72
73
-
This enables you to analyze, debug and ensure the security of your agentic system, during development and operation. It also opens up your agent to the Invariant family of tools, allowing you to [observe and debug](./explorer/) your agent, [test it](testing/), and [analyze it for security vulnerabilities](https://github.com/invariantlabs-ai/invariant?tab=readme-ov-file#analyzer).
73
+
Overall, this integration opens up your agent to the Invariant family of tools, allowing you to [observe and debug](./explorer/) your agent, [test it](testing/), and [analyze it for security vulnerabilities](https://github.com/invariantlabs-ai/invariant?tab=readme-ov-file#analyzer).
74
74
75
75
In the next sections, we will introduce the Invariant eco-system and how to get started with it.
76
76
@@ -98,30 +98,37 @@ You can use each tool independently, or in combination with each other. The foll
98
98
<i class='more'>→</i>
99
99
</div>
100
100
</div> -->
101
-
<div class='offline'>
102
-
<hr/>
103
-
<div class='title'>Trace Analysis</div>
104
-
<a class='box fill clear' href='./explorer'>
105
-
<p>Explorer</p>
106
-
<i>Trace viewing and debugging</i>
107
-
<i class='more'>→</i>
108
-
</a>
109
-
<a class='box fill clear' href='./testing'>
110
-
<p>Testing</p>
111
-
<i>Agent Unit Testing</i>
112
-
<i class='more'>→</i>
113
-
</a>
114
-
<a class='box fill clear' href='https://github.com/invariantlabs-ai/invariant?tab=readme-ov-file#analyzer'>
115
-
<p>Analyzer</p>
116
-
<i>Agent Security Scanner</i>
117
-
<i class='more'>→</i>
118
-
</a>
119
-
</div>
120
101
</div>
121
102
<div class='clear box thirdparty'>
122
103
LLM Provider
123
104
</div>
124
105
</div>
106
+
<divclass='overview'>
107
+
<div class='clear box thirdparty hidden'>
108
+
Agent
109
+
</div>
110
+
<div class='offline'>
111
+
<div class='title'>Trace Analysis</div>
112
+
<a class='box fill clear' href='./explorer'>
113
+
<p>Explorer</p>
114
+
<i>Trace viewing</i>
115
+
<i class='more'>→</i>
116
+
</a>
117
+
<a class='box fill clear' href='./testing'>
118
+
<p>Testing</p>
119
+
<i>Agent Unit Testing</i>
120
+
<i class='more'>→</i>
121
+
</a>
122
+
<a class='box fill clear' href='https://github.com/invariantlabs-ai/invariant?tab=readme-ov-file#analyzer'>
123
+
<p>Analyzer</p>
124
+
<i>Agent Security Scanner</i>
125
+
<i class='more'>→</i>
126
+
</a>
127
+
</div>
128
+
<div class='clear box thirdparty hidden'>
129
+
LLM Provider
130
+
</div>
131
+
</div>
125
132
126
133
You can click any of the boxes to learn more about the respective tool.
0 commit comments