Skip to content

Commit 89fb1a1

Browse files
authored
Sdk docs (#798)
* docs * updated docs * updocs * typo * clarity
1 parent ee7d3cb commit 89fb1a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ AgentOps helps developers build, evaluate, and monitor AI agents. From prototype
7676
| 💸 **LLM Cost Management** | Track spend with LLM foundation model providers |
7777
| 🧪 **Agent Benchmarking** | Test your agents against 1,000+ evals |
7878
| 🔐 **Compliance and Security** | Detect common prompt injection and data exfiltration exploits |
79-
| 🤝 **Framework Integrations** | Native Integrations with CrewAI, AG2(AutoGen), Camel AI, & LangChain |
79+
| 🤝 **Framework Integrations** | Native Integrations with CrewAI, AG2 (AutoGen), Camel AI, & LangChain |
8080

8181
## Quick Start ⌨️
8282

@@ -180,7 +180,7 @@ record(ActionEvent("received_user_input"))
180180

181181
### OpenAI Agents SDK 🖇️
182182

183-
Built multi-agent systems with tools, handoffs, and guardails. AgentOps is a first-class integration with OpenAI Agents
183+
Build multi-agent systems with tools, handoffs, and guardrails. AgentOps provides first-class integration with OpenAI Agents.
184184

185185
```bash
186186
pip install agents-sdk
@@ -191,7 +191,7 @@ pip install agents-sdk
191191

192192
### CrewAI 🛶
193193

194-
Build Crew agents with observability with only 2 lines of code. Simply set an `AGENTOPS_API_KEY` in your environment, and your crews will get automatic monitoring on the AgentOps dashboard.
194+
Build Crew agents with observability in just 2 lines of code. Simply set an `AGENTOPS_API_KEY` in your environment, and your crews will get automatic monitoring on the AgentOps dashboard.
195195

196196
```bash
197197
pip install 'crewai[agentops]'

0 commit comments

Comments
 (0)