Registry / llm-agents / kimkit

kimkit

JSON →
library1.1.1pypypiunverified

Kimkit is a lightweight Python framework for building AI agents and task pipelines. It provides tools for agent orchestration, tool calling, and state management. Version 1.1.1 requires Python >=3.9. Release cadence is irregular.

pip install kimkit
INSTALL
IMPORT
SIG · KIMKIT
K
kimkit
llm-agentspythonv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Agent
from kimkit.src import Agent
from kimkit import Agent

Create an agent and a task, then run the agent with the task.

from kimkit import Agent, Task agent = Agent(name="assistant") task = Task( name="greet", instruction="Say hello to the user.", agent=agent ) result = agent.run(task) print(result)
kimkit --version
Debug
Known issues
gotchaAgent and Task classes have changed significantly between versions. Ensure you are using the correct API as per the version installed.
fix
Refer to the official documentation for your version.
affects: >=1.0.0
gotchaThe 'run' method may return different types (string, dict) based on the agent configuration. Always check the return type.
fix
Inspect the result before assuming it is a string.
affects: >=1.0.0
Upgrade
Version history
1.1.1latest on PyPI · released Nov 18, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
kimkit — pip install kimkit · libregistry