Skip to content

Add comprehensive README for Krypto CLI agent - #1

Draft
khalatevarun with Copilot wants to merge 2 commits into
mainfrom
copilot/describe-codebase-features
Draft

Add comprehensive README for Krypto CLI agent#1
khalatevarun with Copilot wants to merge 2 commits into
mainfrom
copilot/describe-codebase-features

Conversation

Copilot AI commented Mar 3, 2026

Copy link
Copy Markdown

The repository had an empty README, leaving no documentation of what Krypto is, what it can do, or how to run it.

Changes

  • What it is: Describes Krypto as a terminal-based AI coding agent — autonomous agentic loop, LLM-backed, OpenAI-compatible API
  • Interaction modes: Interactive REPL vs. single-shot prompt mode, -c flag for working directory scoping
  • Built-in tools table: All 11 tools (shell, read_file, write_file, edit, list_dir, grep, glob, web_search, web_fetch, memory, todo) with kind and behavior notes
  • Sub-agents: Built-in code_reviewer, custom sub-agent config via .krypto/config.toml
  • Configuration: Two-layer TOML merge (system → project), key options documented with example
  • AGENT.MD support: Per-project developer instructions auto-loaded into system prompt
  • Security model: Blocked shell commands, env-var scrubbing, path validation, prompt-injection defense
  • Tech stack table: Python 3.12, OpenAI SDK, Rich, Click, Pydantic v2, httpx, ddgs, platformdirs, Ruff
  • Architecture tree: Maps each directory to its role
  • Quick start: Minimal env setup and invocation examples

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: khalatevarun <68511458+khalatevarun@users.noreply.github.com>
Copilot AI changed the title [WIP] Document features of coding CLI agent Add comprehensive README for Krypto CLI agent Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants