-
Notifications
You must be signed in to change notification settings - Fork 0
deepagent azure cli.stub
Nicolas Cravino edited this page Apr 15, 2026
·
3 revisions
id: deepagent-azure-cli name: DeepAgent Azure CLI repo_path: ~/Documents/sw30labs/repos/deepagent-azure-cli remote_url: https://github.com/sw30labs/deepagent-azure-cli.git primary_language: Python framework: LangChain DeepAgents + Azure OpenAI ingested: 2026-04-11 last_commit_date: 2026-04-11 category: agentic-frameworks stacks: [agentic, langgraph, cli]
Turnkey coding assistant CLI powered by LangChain DeepAgents and Azure OpenAI. Full coding agent with file R/W, shell execution, glob, grep, planning, sub-agents. Textual TUI with streaming, reasoning effort control, HITL approval, session persistence (SQLite checkpoint), /init command for agents.md generation.
- CLI entry: Click framework
- Config: Pydantic
- Agent: deepagents + LangGraph
- TUI: Textual with streaming output
- Persistence: SQLite checkpoint for session resumption
- Logging: Daily JSONL interaction logs
- Full coding agent capabilities: file read/write, shell execution, glob/grep utilities
- Textual TUI with streaming reasoning
- Reasoning effort control (low/medium/high)
- Human-in-the-loop approval workflows
- SQLite session persistence and checkpointing
- /init command for agents.md generation
- Sub-agents support for complex tasks
- deepagents
- deepagents-cli
- langchain-openai
- langgraph-checkpoint-sqlite
- rich
- textual
- python-dotenv
- click
- pydantic
- tavily-python (optional, for web search)
- DeepAgent Azure CLI provides a full coding agent (file R/W, shell, glob, grep, sub-agents) wired to Azure OpenAI with Textual TUI, reasoning effort control (low/medium/high), and SQLite session persistence.
- Can run fully offline using a local MLX server that emulates the Azure OpenAI API.
- python
- langgraph
- langchain
- azure
- cli