From cfbd52743842e0864550c21fd2ed5bfc44a08fd1 Mon Sep 17 00:00:00 2001 From: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:43:48 +0100 Subject: [PATCH] Add cool GIF of agent run inspection using Phoenix (#277) * Add cool GIF of agent run inspection using Phoenix --- README.md | 4 ++-- docs/source/en/tutorials/inspect_runs.md | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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: + +