diff --git a/README.md b/README.md index c0b14c7..322ab18 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ If you use `smolagents` in your publication, please cite it by using the followi ```bibtex @Misc{smolagents, - title = {`smolagents`: The easiest way to build efficient agentic systems.}, - author = {Aymeric Roucher and Thomas Wolf and Leandro von Werra and Erik Kaunismäki}, + title = {`smolagents`: a smol library to build great agentic systems.}, + author = {Aymeric Roucher and Albert Villanova del Moral and Thomas Wolf and Leandro von Werra and Erik Kaunismäki}, howpublished = {\url{https://github.com/huggingface/smolagents}}, year = {2025} } diff --git a/docs/source/en/tutorials/inspect_runs.md b/docs/source/en/tutorials/inspect_runs.md index 021cf7b..1fef9be 100644 --- a/docs/source/en/tutorials/inspect_runs.md +++ b/docs/source/en/tutorials/inspect_runs.md @@ -34,7 +34,14 @@ We've adopted the [OpenTelemetry](https://opentelemetry.io/) standard for instru This means that you can just run some instrumentation code, then run your agents normally, and everything gets logged into your platform. -Here's how it goes: +Here's how it then looks like on the platform: + +