Skip to content

Commit

Permalink
Fix spelling and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman authored Apr 29, 2024
1 parent 68bb41c commit 88afff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can sign up for AgentOps [here](https://app.agentops.ai).
### Session replays in 3 lines of code
Initialize the AgentOps client, and automatically get analytics on every LLM call.

```python python
```python
import agentops

# Beginning of program's code (i.e. main.py, __init__.py)
Expand Down Expand Up @@ -121,7 +121,7 @@ AgentOps is officially supported on Crew's latest rc branch: `crewai==0.28.9rc1`
## Callback handlers ↩️

### Langchain
AgentOps works seemlessly with applications built using Langchain. To use the handler, install Langchain as an optional dependency:
AgentOps works seamlessly with applications built using Langchain. To use the handler, install Langchain as an optional dependency:
```shell
pip install agentops[langchain]
```
Expand Down Expand Up @@ -157,7 +157,7 @@ Check out the [Langchain Examples Notebook](./examples/langchain_examples.ipynb)

### Why AgentOps? 🤔

Our mission is to bring your agent from protype to production.
Our mission is to bring your agent from prototype to production.

Agent developers often work with little to no visibility into agent testing performance. This means their agents never leave the lab. We're changing that.

Expand Down

0 comments on commit 88afff2

Please sign in to comment.