Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,34 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: PharoLLM
|
| 3 |
+
emoji: 🧰
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: Tools for bringing LLMs to Pharo.
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# PharoLLM
|
| 13 |
+
|
| 14 |
+
**PharoLLM** is an organization that groups a growing set of tools that connect **Pharo** to modern **Large Language Models (LLMs)**—to help you build assistants, automate workflows, and experiment with AI inside the Pharo environment.
|
| 15 |
+
|
| 16 |
+
## What is Pharo?
|
| 17 |
+
|
| 18 |
+
Pharo is a pure object-oriented programming language and a powerful live environment, focused on simplicity and immediate feedback.
|
| 19 |
+
Learn more: https://pharo.org/
|
| 20 |
+
|
| 21 |
+
## What you’ll find here
|
| 22 |
+
|
| 23 |
+
This organization aims to host and maintain:
|
| 24 |
+
|
| 25 |
+
- **Core libraries**: shared abstractions for LLM calls, prompt templates, streaming, tool/function calling, etc.
|
| 26 |
+
- **Integrations**: utilities that fit naturally into the Pharo image and developer experience.
|
| 27 |
+
- **Examples & demos**: runnable projects showing practical Pharo + LLM workflows.
|
| 28 |
+
- **(Optional) datasets & evals**: benchmarks and tests for Pharo/Smalltalk code tasks.
|
| 29 |
+
|
| 30 |
+
## Getting started
|
| 31 |
+
|
| 32 |
+
1. Install Pharo (Pharo Launcher is the easiest path): https://pharo.org/download
|
| 33 |
+
2. Browse the repositories in this org and pick the tool you need.
|
| 34 |
+
3. Follow each repo’s install instructions. If a repo uses Metacello, loading often looks like:
|