Skip to content

Code generation tool based on large language models and command line

License

Notifications You must be signed in to change notification settings

liauto-siada/siada-cli

Repository files navigation

Siada CLI

简体中文 | English

Siada CLI Screenshot

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.

Installation/Update

System Requirements

  • MAC, Linux
  • GCC 11+
  • uv

Installation

  1. Install uv
    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Install siada-cli
    uv tool install --force --python python3.12 --compile --with pip siada-cli@latest
    If the siada-cli directory is not present on the PATH, run the follow command to update the shell
    uv tool update-shell

Update

uv tool upgrade siada-cli

Uninstall

uv tool uninstall siada-cli

Installation (Developer Mode)

  1. Prerequisites: Ensure you have Python 3.12 or higher and Poetry installed.

  2. Clone and Install:

    git clone https://github.com/your-org/siada-agenthub.git
    cd siada-agenthub
    poetry install
  3. 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

User Guide

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

Contributing

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.

Acknowledgements

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.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

DISCLAIMERS

See disclaimers.md


Built with ❤️ by Li Auto Code Intelligence Team and the open source community

About

Code generation tool based on large language models and command line

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •