ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nAn open-source AI agent that brings the power of Gemini directly into your terminal.
npx @google/gemini-cliShows active maintenance signals
Carries strong trust indicators from repository metadata
1172 GitHub stars recorded
# Check if database is running
mysql -u username -p -h localhost
# Check container logs
docker logs todo-for-ai
# Check port usage
lsof -i :50110
lsof -i :50111
# Kill process
kill -9 <PID>
# Check nginx configuration
docker exec todo-for-ai nginx -t
# Restart nginx
docker exec todo-for-ai supervisorctl restart nginx
# View all logs
docker logs todo-for-ai
# View Flask logs
docker exec todo-for-ai tail -f /var/log/supervisor/flask.out.log
# View Nginx logs
docker exec todo-for-ai tail -f /var/log/nginx/access.log