It's not just about writing code: SoftwareAI manages updates, documentation, schedules, spreadsheets, and automates processes for the entire team
npm i -g @ualers/softwareai-skeleton-engine
Use SoftwareAI in 3 easy steps:
npm install -g @ualers/softwareai-skeleton-engine
create-py-app my-project --theme flask-web-product
./my-project
with Docker, login, checkout and dashboard.cd my-project
python app.py # without Docker
# or
docker-compose up โbuild # with Docker ```
create-py-app schedule-task \
--agent "AgentsWorkFlow.Saas.teams.ProjectManager" \
--email "you@example.com" \
--runAt "2025-05-20T15:30:00" \
--repo "https://github.com/user/project.git" \
--params '{"session_id":"xyz","user_message":"Hello"}'
# Project Scaffolding
create-py-app <project-name> [--theme <theme>]
# Agent Scheduling
create-py-app schedule-task \
--agent <name> \
--email <user> \
--runAt <YYYY-MM-DDTHH:mm:ss> \
--repo <git_URL> \
[--params <JSON>]
SoftwareAI is a framework that aims to enable an AI-driven organization to function like a real software development company. Itโs not just about writing code: SoftwareAI manages updates, documentation, schedules, spreadsheets, and automates processes for the entire team.
# #
pip install softwareai-engine-library