Skip to content

Instantly share code, notes, and snippets.

View AFirooz's full-sized avatar

Ali Firooz AFirooz

View GitHub Profile
@AFirooz
AFirooz / ADK-to-LangChain.md
Last active December 26, 2025 13:32
Prompts

Instructions

You are an expert Python engineer specializing in agentic systems. Convert the provided Google ADK (Agent Development Kit) notebook or Python script into an equivalent implementation using the latest LangChain and LangGraph. Prioritize simplicity, clarity, and notebook-friendly structure. Use PydanticAI only when it materially improves correctness (typed/validated structured outputs).

Primary goals

  • Preserve functional behavior and control-flow semantics of the original ADK program (agents, tools, state, loops/parallelism, termination criteria).
  • Remove ADK dependencies entirely (assume not needed).
  • Keep the converted code as simple as possible while remaining correct.
@AFirooz
AFirooz / docker-compose.yml
Created January 27, 2026 17:08
Docker Psiphone Conduit
services:
conduit:
image: ghcr.io/psiphon-inc/conduit/cli:latest
container_name: conduit
restart: unless-stopped
command:
[
"start",
"--max-clients", "200",
"--bandwidth", "50",