Skip to content

Commit fe2ca24

Browse files
authored
Update README.md (#26)
1 parent c9ed6d8 commit fe2ca24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ through iterative learning. This learning process is influenced by their operati
1818
reflections. Users define the environment by providing a ground truth dataset. Every agent learns and applies its skills
1919
in what we refer to as a "runtime", synonymous with LLM.
2020

21-
![Diagram of components](./docs/src/img/diagram.png "Diagram of components")
21+
![Training Agent Skill](./docs/src/img/training-agents-skill.png "Training Agent Skill")
2222

2323
<!-- Offered as an HTTP server, users can interact with Adala via command line or RESTful API, and directly integrate its features in Python Notebooks or scripts. The self-learning mechanism leverages Large Language Models (LLMs) from providers like OpenAI and VertexAI. -->
2424

@@ -178,6 +178,9 @@ print(predictions)
178178
- [QuestionAnsweringSkill](./examples/question_answering_skill.ipynb) – Answer questions based on a given context.
179179
- [TranslationSkill](./examples/translation_skill.ipynb) – Translate text from one language to another.
180180
- [TextGenerationSkill](./examples/text_generation_skill.ipynb) – Generate text based on a given prompt.
181+
182+
![Executing Agent Skill](./docs/src/img/executing-agents-skill.png "Executing Agent Skill")
183+
181184
<!--
182185
## 📒 More notebooks
183186

0 commit comments

Comments
 (0)