简体中文 | English
This repository contains Siada CLI, a command-line AI workflow tool that provides specialized intelligent agents for code development, debugging, and automation tasks.
With Siada CLI you can:
- Fix bugs in large codebases through intelligent analysis and automated solutions.
- Generate new applications and components using specialized frontend and backend agents.
- Automate development workflows through intelligent code generation and testing.
- Execute system commands and interact with development environments.
- Seamlessly support multiple programming languages and frameworks.
- MAC, Linux
- GCC 11+
- uv
- Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh - Install siada-cli
If the siada-cli directory is not present on the PATH, run the follow command to update the shell
uv tool install --force --python python3.12 --compile --with pip siada-cli@latest
uv tool update-shell
uv tool upgrade siada-cliuv tool uninstall siada-cli-
Prerequisites: Ensure you have Python 3.12 or higher and Poetry installed.
-
Clone and Install:
git clone https://github.com/your-org/siada-agenthub.git cd siada-agenthub poetry install -
Run CLI:
# Method 1: Run with Poetry poetry run siada-cli # Method 2: Activate virtual environment then use (recommended) source $(poetry env info --path)/bin/activate siada-cli
For detailed usage instructions and advanced features, please refer to our User Manual, which includes:
- Detailed configuration instructions
- Usage modes and command-line options
- Slash command usage guide
- Agent type explanations
- Practical usage examples
- Troubleshooting guide
We welcome contributions to Siada CLI! Whether you want to fix bugs, add new features, improve documentation, or suggest enhancements, your contributions are greatly appreciated.
To get started with contributing, please read our Contributing Guide which includes:
- Our project vision and development goals
- Project directory structure and development guidelines
- Pull request guidelines and best practices
- Code organization principles
Before submitting any changes, please make sure to check our issue tracker and follow the contribution workflow outlined in the guide.
Siada CLI is built upon the foundation of numerous open source projects, and we extend our deepest respect and gratitude to their contributors.
Special thanks to the OpenAI Agent SDK for providing the foundational framework that powers our intelligent agent capabilities.
For a complete list of open source projects and licenses used in Siada CLI, please see our CREDITS.md file.
Distributed under the Apache-2.0 License. See LICENSE for more information.
See disclaimers.md
