AgentOps-AI / agentops

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
1.77k stars 170 forks source link

General nit, why are the docstrings mis-aligned with the triple quotes? I'm seeing: #165

Closed HowieG closed 2 weeks ago

HowieG commented 5 months ago
          General nit, why are the docstrings mis-aligned with the triple quotes? I'm seeing:
def foo():
    """
        stuff stuff stuff
    """

vs.

def foo():
    """
    stuff stuff stuff
    """

_Originally posted by @areibman in https://github.com/AgentOps-AI/agentops/pull/163#discussion_r1579507555_