Skip to content

Commit 41d5d74

Browse files
Add Colab badge for tutorials in README
1 parent 471643c commit 41d5d74

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
[![codecov](https://codecov.io/gh/idiap/sdialog/graph/badge.svg?token=2210USI8I0)](https://app.codecov.io/gh/idiap/sdialog?displayType=list)
66
[![PyPI version](https://badge.fury.io/py/sdialog.svg)](https://badge.fury.io/py/sdialog)
77
[![Downloads](https://static.pepy.tech/badge/sdialog)](https://pepy.tech/project/sdialog)
8-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/idiap/sdialog/master?filepath=tutorials)
9-
<!-- [![Build Status](https://api.travis-ci.com/sergioburdisso/sdialog.svg?branch=master)](https://app.travis-ci.com/github/idiap/sdialog) -->
10-
<!-- [![codecov](https://codecov.io/gh/idiap/sdialog/branch/master/graph/badge.svg)](https://codecov.io/gh/idiap/sdialog) -->
11-
8+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/idiap/sdialog/)
129
---
1310

1411
**SDialog** is a modular, extensible Python toolkit for synthetic dialogue generation and analysis, designed for research and development with instruction-tuned Large Language Models (LLMs). It enables flexible, persona-driven, multi-agent dialogue simulation, orchestration, and scenario management, making it ideal for building, evaluating, and experimenting with conversational agents.
@@ -99,6 +96,10 @@ dialog = system_agent.dialog_with(user_agent)
9996
dialog.print()
10097
```
10198

99+
## 📄 Description
100+
101+
SDialog is a Python toolkit for synthetic dialogue generation and analysis, designed for research and development with instruction-tuned Large Language Models (LLMs). It provides abstractions for persona-driven, multi-agent dialogue simulation, orchestration for fine-grained control, and scenario management. SDialog enables users to easily define agent personas, simulate realistic conversations, inject dynamic instructions, and manage complex scenarios or datasets (such as STAR). The toolkit supports integration with LLMs via Ollama and LangChain, and offers flexible serialization, export, and analysis utilities for generated dialogues.
102+
102103
## 📖 Documentation
103104

104105
- **[Documentation](https://sdialog.readthedocs.io)** - Full package documentation, including installation, API reference, usage guides, and advanced examples available.

tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sdialog Tutorials :sunglasses:
2-
:point_right: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/Play-Your-Part/tutorials/)
2+
:point_right: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/idiap/sdialog/)
33

44

55
> _(the content of this folder is a modified version of the tutorials prepared for JSALT 2025 available [here](https://github.com/Play-Your-Part/tutorials))_

0 commit comments

Comments
 (0)