Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

VedankPurohit/SystemAdmin

Repository files navigation

SystemAdmin

Important Note: This project was created during a hackathon several months ago and is uploaded to GitHub for archival purposes. It is not actively maintained, and contributions may not be reviewed or merged. Please keep this in mind if you choose to fork or work with this codebase.

Open-source automation framework for code execution management

Features

  • Safe code execution in isolated environments
  • AI-powered code generation with GPT-4 integration
  • Conda environment management
  • Response validation with Pydantic models

Installation

git clone https://github.com/yourusername/SystemAdmin.git
cd SystemAdmin
pip install -r requirements.txt

Usage

from CodeExecutioner import execute_code_in_conda_env

# Example usage:
output = execute_code_in_conda_env(
    env_name="my_env",
    dependencies="pip install numpy",
    code="print('Hello World!')"
)

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

License

MIT

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages