Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Agentic Development Workspace

A fully isolated Python 3 environment for building and testing agentic systems using Docker and VS Code Dev Containers.

✨ Features

  • Host Isolation: Prevents agent experiments from affecting your MacOS environment.
  • Reproducible Runtime: Uses Python 3.12-slim to ensure "it works on my machine."
  • VS Code Integrated: Extensions for Python and Git are pre-configured in the container.

🚀 Getting Started

Prerequisites

  1. Docker Desktop installed and running.
  2. VS Code with the Dev Containers extension.

How to Run

  1. Open this folder in VS Code.
  2. When prompted, click "Reopen in Container".
    • Alternatively, press Cmd+Shift+P and type Dev Containers: Reopen in Container.
  3. Wait for the build to finish. You are now inside the Linux isolation layer!

🛠 Project Structure

  • .devcontainer/: Configuration for the isolated environment.
  • app/: Your agent logic and scripts.
  • .gitignore: Configured to ignore secrets and local caches.

🔒 Security Note

This project is designed for local isolation. Never commit .env files containing your API keys to GitHub.

About

Basic isolation of agentic development

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages