Skip to content

Commit 6fa87ef

Browse files
committed
Address review comments
1 parent 414d509 commit 6fa87ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ A Python-based AFM interpreter using LangChain for agent execution.
2222
- **[Getting Started →](./python-interpreter/)**
2323

2424
> [!NOTE]
25-
> Python-based implementations share a common runtime and CLI ([`afm-core`](./python-interpreter/packages/afm-core/)) that make it easy to switch between backends. LangChain is currently the supported backend; support for additional frameworks is planned.
25+
> Python-based implementations are available via a single CLI tool (`pip install afm-cli`). LangChain is currently the supported backend, with additional frameworks planned.
2626
2727
## Repository Structure
2828

29-
```
29+
```text
3030
reference-implementations-afm/
31-
├── ballerina-interpreter/ # Ballerina-based AFM interpreter
32-
├── python-interpreter/ # Python-based AFM interpreters (plugin-based)
33-
└── .github/workflows/ # CI/CD
31+
├── ballerina-interpreter/ # Ballerina-based AFM interpreter
32+
├── python-interpreter/ # Python-based AFM interpreters (plugin-based)
33+
│ └── packages/afm-langchain/ # LangChain execution backend
34+
└── .github/workflows/ # CI/CD
3435
```
3536

3637
## Contributing

0 commit comments

Comments
 (0)