Braelyn Boynton

Results 28 issues of Braelyn Boynton

## Why are these changes needed? This PR integrates AgentOps agent observability within Autogen. Autogen users can start tracking a plethora of data by simply adding `agentops.init()` to their code....

integration
logging

This puts AgentOps back as an optional dependency only I also ran the black formatter to pass the github action and it made some formatting changes to files I did...

## Why are these changes needed? This PR adds AgentOps as an optional integration with autogen - Extends the Runtime Logger to support additional logging calls - Adds a `source`...

SGP30 Unable to Accept Setting Baseline - Arduino board: ESP32 - Using Platformio 5.0.1 in Atom **Description** Before my board powers down, I want to record the latest baseline in...

Each LLM now has functions in a different file. I will probably continue this to use inheritance and consistent function names

Create a react component within Mintlify that can display the user's API key in the docs. Clicking it should copy the key. Original Branch: https://github.com/AgentOps-AI/AgentOps.Next/pull/161/files

documentation
good first issue

Imports LiteLLM in a way that allows for AgentOps to instrument the package This implementation is significantly cleaner than the Langchain method

The AgentOps SDK already handles the case where no key is provided. This is a superfluous check that has led to confusion with users

closes ENG-565 Failed requests are retried. After 3 failures, they are stored in-memory with a queue. When a request succeeds, the queue attempts to retry.

IMPORTANT: Open a PR basing your branch off redesign to merge onto redesign