OceanLi
OceanLi
### Problem: As `lionagi` is refactored into an application-centric engine, the existing documentation (docstrings, guides) needs significant updates to reflect the new architecture, configuration patterns, state management strategies, and API...
### Problem: While Issue #606 focuses on consolidating metadata into `pyproject.toml` and Issue #608 focuses on locking core dependencies, the definition and management of *optional* dependencies (e.g., for specific adapters,...
### Problem: To allow `lionagi` to be extended with custom components (like new Adapters, Tools, or even operational logic) without modifying the core library, a formal plugin system is needed....
### Problem: Core operations (`operate`, `chat`, `ReAct`, etc.) might currently return complex internal objects that contain non-serializable state (like live model clients, function callables, locks) or lack a clean `to_dict`...