Alex Reibman

Results 23 issues of Alex Reibman

## 🚀 Feature Request **💡 Got a brilliant idea?** Currently, `Agent`s only track the main `llm` parameter. However, in Crew, you can pass in a `function_calling_llm` argument and track that...

enhancement

## 🐛 Bug Report Celery users are getting an error in agentops when checking localvars for \_main. Celery uses a limitedset and cant do eq against a str. ![image](https://uploads.linear.app/cf1ed158-5c9b-4776-820b-3d4a9ebf4e24/f5c71857-f7a2-48fb-a5da-40df084013b5/bbf60a51-dc0e-4993-ab5a-d77ac561ad95?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2NmMWVkMTU4LTVjOWItNDc3Ni04MjBiLTNkNGE5ZWJmNGUyNC9mNWM3MTg1Ny1mN2EyLTQ4ZmItYTVkYS00MGRmMDg0MDEzYjUvYmJmNjBhNTEtZGMwZS00OTkzLWFiNWEtZDc3YWM1NjFhZDk1IiwiaWF0IjoxNzE1MDE5MjY2LCJleHAiOjMzMjg1NTc5MjY2fQ.sNCgeUeYaFCOUDNsmcV50Nus6HoKKpcn1Oh0WH5GeOU) ![image](https://uploads.linear.app/cf1ed158-5c9b-4776-820b-3d4a9ebf4e24/f83b06b6-3179-4170-89e9-04b10bc3fa29/e83ea10e-c97d-4fe6-96fd-93fc5c72c3cc?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2NmMWVkMTU4LTVjOWItNDc3Ni04MjBiLTNkNGE5ZWJmNGUyNC9mODNiMDZiNi0zMTc5LTQxNzAtODllOS0wNGIxMGJjM2ZhMjkvZTgzZWExMGUtYzk3ZC00ZmU2LTk2ZmQtOTNmYzVjNzJjM2NjIiwiaWF0IjoxNzE1MDE5MjY2LCJleHAiOjMzMjg1NTc5MjY2fQ.A7szV3QkEpRO9sQpLy-34dztgscK9kQSWodvy6NuMic)

bug

## 🚀 Feature Request **💡 Got a brilliant idea?** Support the official Ollama python library by instrumenting call code. Update `llm_tracker.py` to search for ollama

enhancement
good first issue
help wanted

## 🐛 Bug Report Several of the Jupyter notebooks don't run end-to-end with the latest version of AgentOps. Additionally, there are a handful of spelling/grammar issues. To improve this: 1....

bug
documentation
good first issue

Currently we don't see the last termination event. We should emit that. So for example, ctrl+C should show that termination event

enhancement

## 🚀 Feature Request **💡 Got a brilliant idea?** Currently, our test coverage is not being tracked. Also, we want to abide by Mypy typing **🤔 Is your feature request...

enhancement
good first issue
help wanted

## 🚀 Feature Request **💡 Got a brilliant idea?** Using either OpenInference or OpenLLMetry, add an instrumented for DSPY. This is the first of several test features we'll use to...

enhancement

## 🚀 Feature Request **💡 Got a brilliant idea?** Similar to Langchain, Llama Index also provides callback handlers. This is a potential opportunity to give built-in observability to agents built...

enhancement

Currently we have a markdown table update script, but we need to do this for the JSON also