Results 156 issues of 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...

documentation
refactor
api
app-centric
P3-Ecosystem

### 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,...

dependencies
build
packaging
ci
P3-Ecosystem

### 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....

feature
app-centric
architecture
extensibility
plugins
P3-Ecosystem

### 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`...

core
refactor
api
P2-ServiceIntegration
app-centric
serialization