Tag
AI-Agents
Syntax Highlighting for Code Blocks
Part 4 of building a terminal agent from scratch. Adding syntax highlighting for code blocks using regex-based patterns.
Rendering Markdown in the Terminal
Add markdown rendering with ANSI escape codes to display formatted text in the terminal.
The Conversation Loop
Implement a conversation loop with message history for back-and-forth exchanges with the LLM.
Building an Agent from Scratch
Start building a terminal coding agent using Clojure with minimal dependencies.