#tools

10 pages tagged tools.

10/10

AI Agents

LLM-driven systems that plan, call tools, and act toward a goal.

06-10-2026#ai#agents#llm

AI Agents

LLM-driven systems that pursue a goal by interleaving reasoning, tool calls, and observations inside a loop — and that decide for themselves which step to take next.

06-08-2026#llm#ai#tools

Sysinternals

Bootstrap and drive the headless Sysinternals utilities — PsExec, Handle, PsList, Autoruns, ProcMon, ListDLLs — for process spelunking, file-lock hunting, autostart auditing and scripted system tracing on Windows.

05-26-2026#sysinternals#debugging#sysadmin

uv

Install packages and manage virtual environments blazingly fast with uv. Covers uv pip, uv venv, uv run, uv init, and how it compares to pip and poetry.

05-25-2026#python#uv#pip

MCP Frameworks

Model Context Protocol (MCP) framework overview. Covers client/server architecture, stdio vs SSE vs streamable HTTP transports, FastMCP, mcp-go, the Python and TypeScript SDKs, and comparison with custom tool servers.

05-25-2026#mcp#model-context-protocol#anthropic

Codex MCP Servers

Add and configure Model Context Protocol (MCP) servers in Codex CLI — config.toml [mcp_servers.*] reference, the codex mcp subcommand, per-server tool approval modes, and the /mcp runtime command.

05-25-2026#codex#openai#mcp

Claude Code MCP Servers

Add, configure, and build Model Context Protocol (MCP) servers for Claude Code — HTTP, SSE, and stdio transports, management commands, permission rules, and a curated list of useful servers.

05-25-2026#claude-code#mcp#model-context-protocol

crewAI

Orchestrate teams of role-playing AI agents with crewAI. Covers agents, tasks, crews, tools, LLM selection, memory, YAML config, and the kickoff lifecycle.

04-27-2026#python#crewai#agents

ruff

Lint and format Python code with ruff — a single Rust-powered tool that replaces flake8, isort, and black. Covers configuration, rule selection, and CI usage.

04-25-2026#python#ruff#linting

black

Format Python code consistently with black. Covers installation, configuration, editor integration, and how it compares to ruff format.

04-25-2026#python#black#formatting