Abram

Results 30 comments of Abram

> Hi. > > I'd like to add a section for contribution in the root README file for easy access, if the contribution file is lengthy then I could reference...

> Hi, I'd like to take on this. Sure, bud! I have assigned it to you.

> > I recently saw two projects solving this problem: > > > > * https://github.com/laurentS/slowapi > > * https://github.com/long2ice/fastapi-limiter > > **NOTE: Im aware of libraries made for handling...

> However I am not sure whether we should still create this FuncResponse implicitly from the SDK. It would be nice if we could keep the output of the LLM...

> It would be nice if we could keep the output of the LLM applications created with the SDK the same, just adding trace_id. However, I am not sure how...

> The question I am asking are: > > - How can we simplify instrumentation to the max. Remove anything that is not required. > - `ag.init()` > - Not...

> In case someone has two spans in the same code using two different apps > > ```python > # set the env vars > os.environ["AGENTA_API_KEY"] = xxx > >...

> Thanks a lot @aybruhm great work! > > I still have work to finish the review. But I like a lot the current state (I reviewed all the code,...

> Thanks a lot @aybruhm great work! > > I still have work to finish the review. But I like a lot the current state (I reviewed all the code,...

> The input for this span is totally wrong. Let's look at how [others](https://github.com/BerriAI/litellm/blob/deb87f71e330dcaf56574a477d9457d589754cd3/litellm/integrations/langfuse.py) process the data from litellm and copy it ( a note here, everyone seems to be...