Agentlys Dev is an AI development agent that autonomously codes, tests, and deploys using real development tools. It benefits developers and operations teams by automating repetitive coding tasks. It connects to any LLM provider and integrates with standard development workflows.
git clone https://github.com/myriade-ai/agentlys-dev.gitAgentlys Dev is an AI development agent that gives large language models access to real development tools including code editors, terminals, Git operations, and web rendering. It autonomously handles coding, testing, and deployment tasks by coordinating multiple specialized agents. Built on the agentlys framework, it works with any LLM provider—OpenAI or Anthropic—and integrates into standard development workflows. Developers and operations teams benefit from automation of repetitive coding work, while the multi-agent architecture allows complex tasks to be broken down and executed reliably.
Install with pip install -e . (requires Python 3.9+ and an OpenAI or Anthropic API key). Start the interactive agent with agentlys-dev and describe your task, or pass a task directly: agentlys-dev "Create a FastAPI app". Configure your API key via environment variable (ANTHROPIC_API_KEY or OPENAI_API_KEY).
Automate creation of FastAPI apps with authentication
Generate and test React components end-to-end
Create web scrapers with automated unit tests
Deploy applications to cloud platforms automatically
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/myriade-ai/agentlys-devCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a new feature for [COMPANY]'s [PRODUCT] in [PROGRAMMING_LANGUAGE]. The feature should allow users to [DESCRIBE_FEATURE]. Agentlys Dev should handle the coding, testing, and deployment of this feature. Use the following tools: [LIST_TOOLS].
# New Feature: User Profile Customization
## Implementation
```python
class UserProfile:
def __init__(self, user_id):
self.user_id = user_id
self.customizations = {}
def add_customization(self, key, value):
self.customizations[key] = value
def get_customization(self, key):
return self.customizations.get(key, None)
```
## Testing
```python
def test_user_profile_customization():
profile = UserProfile(123)
profile.add_customization('theme', 'dark')
assert profile.get_customization('theme') == 'dark'
```
## Deployment
The feature has been successfully deployed to the staging environment. The following changes were made:
- Added UserProfile class to models.py
- Updated user interface to reflect customization options
- Implemented unit tests for the new feature
AI assistant built for thoughtful, nuanced conversation
Modernize police workflows for efficiency
Community connecting women in tech through mentorship
Get more done every day with Microsoft Teams – powered by AI
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan