Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Agents to manage Docker Containers #2098

Open
bussyjd opened this issue Jan 10, 2025 · 0 comments
Open

Enable Agents to manage Docker Containers #2098

bussyjd opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@bussyjd
Copy link

bussyjd commented Jan 10, 2025

Is your feature request related to a problem? Please describe.

Eliza currently lacks the ability to start applications, particularly AI/ML models and services. While Docker containers have become the de facto standard for consistent application deployment across platforms, Eliza cannot leverage this capability. This limitation prevents Eliza from running important tools like Ollama server, managing OSS models, or even maintaining its own model infrastructure in a containerized environment.

Describe the solution you'd like

Add Docker container management capabilities to Eliza agents by integrating Dockerode (TypeScript Docker API client). This would enable agents to:

  • Create and manage Docker containers programmatically
  • Pull, build, and push Docker images
  • Monitor container health and logs
  • Execute commands inside containers
  • Manage container networks and volumes
  • Handle container lifecycle (start, stop, restart, remove)
  • Provide a high-level API for container orchestration tasks

Describe alternatives you've considered

N/A

Additional context

  • Could be integrated with the existing agent capabilities system to add new version of core capabilities
  • Would enable automated container-based workflows
  • Could serve as foundation for future container orchestration features
  • TypeScript types from Dockerode would ensure type safety
@bussyjd bussyjd added the enhancement New feature or request label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant