LDP (Language Model Development Platform) is an agent framework for constructing language model agents and training on constructive tasks. Current version 0.46.0, requires Python >=3.11. Active development with frequent releases.
pip install ldpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize an LLM agent and run a simple query.
Use `from ldp.agent import Agent`.
Use `from ldp.graph import Graph`.
Use `from ldp.store import ...` instead of `from ldp.memory import ...`.
Ensure Python 3.11 or later is used.
Run `pip install ldp` in the correct Python environment.
Use `from ldp.agent import Agent` (requires ldp>=0.40.0).
Check your ldp version and use `from ldp.store import MemoryStore` if on latest (or use legacy version).
No dependency data recorded yet.
No resource links recorded.