Skip to content

Commit f951a40

Browse files
committed
chore: docs
1 parent 9e241d6 commit f951a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ LLMling Agent is a framework for creating and managing LLM-powered agents. It in
3636

3737
## ✨ Unique Features
3838
- 🔄 Modern python written from ground up with Python 3.12
39-
- ⚡ True async framework. Easy set-up of complex async agent flows. Faster initializations of "heavy" agents (and first experimentations with async UI supervision f Agents in real-time)
4039
- 📝 Easy consistent APIs
40+
- 💻 Pyodide-"compatible"
4141
- 🛡️ Complete agent defintion via YAML files including extensive JSON schema to help with creating configurations.
4242
- 🔒 Leveraging the complete pydantic-based type-safe stack and bringing it to the multi-agent world
43-
- 🎮 Complete integrated command sytem to control agents from prompt-based interfaces
4443
- 🔌 Agent MCP server support, initialized when entering the async context.
4544
- 👁️ Multi-modal support for both LiteLLM and Pydantic-AI (currently Images and PDFs if model support is given)
4645
- 💾 Storage providers to allow writing to local files, databases, etc. with many customizable backends. Log to SQL databases and pretty-print to a file according to your own wishes.
4746
- 🧩 Support for creating "description prompts" for many common python type(s / instances). Your agent understands common datatypes.
47+
- 🎮 Complete integrated command sytem to control agents from prompt-based interfaces
4848
- 🔗 Unique powerful connection-based messaging approach for object-oriented routing and observation.
4949
- 🎯 Integration of Meta-Model system based on [LLMling-models](https://github.com/phil65/llmling-models), also configurable via YAML.
5050
- 🔐 Deep integration of structured responses into workflows and (generic) typing system.

0 commit comments

Comments
 (0)