diff --git a/website/blog/2024-07-25-AgentOps/index.mdx b/website/blog/2024-07-25-AgentOps/index.mdx index 383267fd8215..43598a75af29 100644 --- a/website/blog/2024-07-25-AgentOps/index.mdx +++ b/website/blog/2024-07-25-AgentOps/index.mdx @@ -1,3 +1,11 @@ +--- +title: AgentOps, the Best Tool for AutoGen Agent Observability +authors: + - areibman + - bboynton97 +tags: [LLM,Agent,Observability,AutoGen,AgentOps] +--- + # AgentOps, the Best Tool for AutoGen Agent Observability AgentOps and AutoGen @@ -52,7 +60,6 @@ AutoGen users also have access to the following features in AgentOps: * **Custom Reporting:** Create custom analytics on agent performance. * **Public Model Testing:** Test your agents against benchmarks and leaderboards. * **Custom Tests:** Run your agents against domain-specific tests. -* **Time Travel Debugging:** Save snapshots of session states to rewind and replay agent runs from chosen checkpoints. * **Compliance and Security:** Create audit logs and detect potential threats, such as profanity and leaks of Personally Identifiable Information. * **Prompt Injection Detection:** Identify potential code injection and secret leaks. diff --git a/website/blog/authors.yml b/website/blog/authors.yml index 0e023514465d..f9e7495c5f30 100644 --- a/website/blog/authors.yml +++ b/website/blog/authors.yml @@ -140,3 +140,15 @@ marklysze: title: AI Freelancer url: https://github.com/marklysze image_url: https://github.com/marklysze.png + +areibman: + name: Alex Reibman + title: Co-founder/CEO at AgentOps + url: https://github.com/areibman + image_url: https://github.com/areibman.png + +bboynton97: + name: Braelyn Boynton + title: AI Engineer at AgentOps + url: https://github.com/bboynton97 + image_url: https://github.com/bboynton97.png