Skip to content

Instantly share code, notes, and snippets.

View Timtech4u's full-sized avatar
🎯
Focusing

Timothy Olaleke Timtech4u

🎯
Focusing
View GitHub Profile
@Timtech4u
Timtech4u / browser_agent.py
Created March 18, 2026 11:12
Browser control AI agent using Google ADK + Chrome CDP — companion code for Build With AI Kigali talk
"""Browser control agent using Google ADK and Chrome DevTools Protocol."""
import json
import base64
import requests
import websocket
from google.adk.agents import Agent
CHROME_HOST = "http://localhost:9222"
@Timtech4u
Timtech4u / ai-studio-prompt.md
Created March 13, 2026 09:08
AI Studio Prompt for Agent Mesh UI

Project Context: Adapting vite8-nitro3-starter into an AI Agent Mesh UI

1. Source Material Overview

The base repository is Timtech4u/vite8-nitro3-starter. It is a hyper-fast, full-stack starter kit built on Vite 8, Nitro v3, Rolldown, Oxc, and Tailwind v4. Currently, the UI is themed as a Zapier-like workflow automation tool with the following core UX paradigms:

  • Plain English Creation: Users describe workflows via a prompt interface rather than a complex node-based canvas.
  • Human-in-the-loop (HITL): A dashboard featuring a "Needs your attention" section for manual approvals/rejections.
  • Observability: Activity feeds, success rate health bars, and real-time monitoring of running processes.
  • Durable Execution: Workflows that survive crashes and pause for human input.
@Timtech4u
Timtech4u / acpx-chat.sh
Created March 9, 2026 22:36
acpx-chat: Interactive chat REPL for ACPX persistent sessions (Agent Client Protocol)
#!/usr/bin/env bash
# acpx-chat: Interactive chat REPL for ACPX persistent sessions
# Usage: acpx-chat [agent] [session-name]
# agent: codex (default), claude, gemini, opencode, pi, kimi
# session-name: name for persistent session (default: chat)
set -euo pipefail
AGENT="${1:-codex}"
SESSION="${2:-chat}"
@Timtech4u
Timtech4u / README.md
Created March 5, 2026 12:02
Draft GitHub profile README for review

Hey, I'm Timothy Olaleke

Platform Engineer | Cloud Architect | AI Builder

GDE Cloud CKA CKAD GCP Pro Cloud Architect

@Timtech4u
Timtech4u / gist:b81e7bee331dd2d83282a83397e24e52
Created January 23, 2026 12:37
Coder v2 Benefits for HostSpace Cloud - Development Environment Platform
# Coder v2 for HostSpace Cloud
## What is Coder?
Coder is an open-source platform for provisioning self-hosted cloud development environments (CDEs). It enables developers to write code from anywhere on any device with a consistent, reproducible environment.
## Why HostSpace Should Consider Coder
### 1. New Revenue Stream: CDEs as a Service
HostSpace could offer managed development environments as an add-on service:
- **Per-user pricing**: $15-50/user/month for cloud dev environments
@Timtech4u
Timtech4u / GSoC_Presentation.md
Created January 19, 2026 16:53
Google Summer of Code 2026 Info Session Presentation

Google Summer of Code (GSoC) Info Session


Welcome!

Speaker: Timothy Olaleke

  • Google Developer Expert (Cloud)
  • GSoC Alumni
  • DevOps & Cloud Solutions Expert
@Timtech4u
Timtech4u / automated-pr-creation.md
Created October 1, 2025 13:46
Automated Script to Create 18 Bitnami Migration PRs Across energywebfoundation Organization

Automated Bitnami Migration PR Creation

Quick Start

I've created a comprehensive bash script that will help you create all 18 PRs for the bitnami migration across the energywebfoundation organization.

Prerequisites

  1. GitHub CLI installed and authenticated:
@Timtech4u
Timtech4u / bitnami-migration-prs.md
Created October 1, 2025 13:35
Complete PR Action Plan: 18 Pull Requests for Bitnami Migration Across energywebfoundation Organization

Bitnami Legacy Images Migration - Pull Request Action Plan

Total PRs Required: 18 across energywebfoundation organization
Migration Pattern: bitnami/[service]bitnamisecure/[service]

🚨 IMMEDIATE PRIORITY (1 PR)

PR #1: argocd-ecr-credentials-updater

Repository: energywebfoundation/argocd-ecr-credentials-updater
Branch: fix/migrate-to-bitnamisecure-kubectl

@Timtech4u
Timtech4u / energywebfoundation-complete-bitnami-audit.md
Created October 1, 2025 13:29
Complete energywebfoundation Organization Bitnami Audit - 18 Repositories, 26 Files Need Updates

Complete Bitnami Legacy Images Audit - energywebfoundation Organization

Total Files Found: 26 files containing bitnami image references
Repositories Affected: 18 repositories
Search Scope: All public and accessible private repositories in energywebfoundation org

COMPLETE REPOSITORY LIST REQUIRING UPDATES

1. argocd-ecr-credentials-updater ⚠️ CRITICAL - LIVE FIXED

  • File: templates/cronJob.yaml
@Timtech4u
Timtech4u / repositories-needing-bitnami-updates.md
Created October 1, 2025 13:05
Energy Web Foundation - 14 Repositories Requiring Bitnami Legacy Image Updates (PR Action Plan)

Repositories Requiring Bitnami Legacy Image Updates

CRITICAL - Already Applied Live Fixes (Cluster-level patches done)

1. energywebfoundation/argocd-ecr-credentials-updater

  • File: templates/cronJob.yaml
  • Line: ~23
  • Change: bitnami/kubectl:1.23bitnamisecure/kubectl:1.23
  • Status: Live fix applied to clusters, repo update still needed

HIGH PRIORITY - Currently Used in Production