Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

kcastle-agent

A minimal OpenAI Responses Agent core with optional harness infrastructure.

from openai import AsyncOpenAI

from pathlib import Path

from kagent import Agent, Session

session = Session.create(Path.home() / ".kcastle" / "sessions")

agent = Agent(
    client=AsyncOpenAI(),
    model="gpt-5.6-sol",
    instructions="You are a helpful agent.",
    state=session.state,
    commit=session.commit,
)

async for event in agent.run("Hello"):
    print(event)

Agent is the brain: it owns causal State, the loop, steering, follow-ups, cancellation, events, and compaction. kagent.harness surrounds it with Session persistence, an explicit Env, and executable ToolRuntime adapters. User interfaces render events and provide approvals only.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kcastle_agent-0.1.0a2.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kcastle_agent-0.1.0a2-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file kcastle_agent-0.1.0a2.tar.gz.

File metadata

  • Download URL: kcastle_agent-0.1.0a2.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for kcastle_agent-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 764eadba7d3d8d98837eb7d2027531e6ab1fec9df61a2e60f2be6f3a806659b3
MD5 d81709b415285b3441ab252383fa181c
BLAKE2b-256 b212e39469d79fa9419eb7cddf37be67dccd85311cf266231f69ef185dabc18b

See more details on using hashes here.

File details

Details for the file kcastle_agent-0.1.0a2-py3-none-any.whl.

File metadata

  • Download URL: kcastle_agent-0.1.0a2-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for kcastle_agent-0.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 c8ab5206c34143b7cccc013e40ba1fc2bff0a8e740edd4692cad289e9b36e614
MD5 d1aad005395dfbf83d9dc0b83987710e
BLAKE2b-256 fdd5f37c94174d5bb6bd797361eaaf92c2670e31cb2431a93de3157ed8554638

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page