Skip to content

Commit f39beaa

Browse files
Fix formatting in README regarding LLM-driven bodies
1 parent 9b044bb commit f39beaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SupportAgent(Agent):
4141
**What's happening here:**
4242

4343
- **Agents are Python classes.** Fields are state, methods are capabilities, docstrings are prompts, type annotations are contracts.
44-
- **`...` bodies are LLM-driven.** A method with `...` becomes an agentic loop; a real body stays deterministic Python. The boundary is one character wide.
44+
- **`...` bodies are LLM-driven.** A method with `...` becomes an agentic loop; a real body stays deterministic Python.
4545
- **Code as action.** The model acts by writing Python in a Jupyter-style REPL with access to `self`, imports, and helpers — no bespoke tool schemas.
4646
- **Pythonic and agent-ready.** Typed I/O with auto-retry, live-object arguments passed by reference, and model-callable context and event APIs — designed for agents from the ground up.
4747

0 commit comments

Comments
 (0)