VibeHunt
Back to browse

Codentis

Run intelligent workflows directly in your terminal

Visit

Codentis is a Python‑based command‑line AI agent that brings large language model capabilities into the terminal. It captures user prompts through Click, streams responses from OpenAI or OpenRouter via an LLM client, and renders them in real time with a Rich‑powered text UI. The architecture is event‑driven and fully asynchronous, allowing continuous interaction without loading delays.

The tool focuses on development‑oriented features such as AI‑generated code, automated refactoring, and integration with utilities for file handling, shell execution, and web searches. Its context system tracks conversation history and adapts prompts to the current project, while a resilient client automatically retries on API errors or rate limits. The design separates client, agent, and UI layers, making it straightforward to swap LLM providers, add custom tools, or modify the interface.

Codentis targets developers who want immediate, terminal‑centric AI assistance without a heavy GUI. Its modular, type‑safe tool system and token‑aware context management aim to streamline coding workflows while remaining extensible for customized or enterprise use cases.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps