API Reference#

kodeagent.agents

kodeagent.agents.csv_agent

CSV Analysis Agent.

kodeagent.code_reviewer

Review code for security vulnerabilities.

kodeagent.code_runner

Run Python code generated by an LLM in a given environment.

kodeagent.examples

Example runners for kodeagent.

kodeagent.fca

Function Calling Agent.

kodeagent.history_formatter

History formatting strategies for agent message history.

kodeagent.kodeagent

A minimalistic approach to building AI agents.

kodeagent.kutils

A minimal set of utilities used by KodeAgent.

kodeagent.models

Data models for tasks, agent plans, chat messages, and agent responses.

kodeagent.orchestrator

Planner and Observer for Agent orchestration.

kodeagent.pattern_detector

Advanced AST-based security pattern detection.

kodeagent.tools

This module defines a set of built-in tools for KodeAgent.

kodeagent.tracer

Interfaces for hierarchical tracing and agent observability.

kodeagent.usage_tracker

Track and report LLM usage metrics (tokens and cost) across components.