スキル一覧に戻る
run-llama

use-llamactl-a-cli-tool-for-llamaagents

by run-llama

use-llamactl-a-cli-tool-for-llamaagentsは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

175🍴 27📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: Use llamactl - a CLI tool for LlamaAgents description: Use llamactl to initialize, locally preview, deploy and manage LlamaIndex workflows as LlamaAgents. Required llama-index-workflows and llamactl to be installed in the environment.

Use llamactl - a CLI tool for LlamaAgents

llamactl is a CLI tool for developing and deploying LlamaIndex workflows as LlamaAgents. It provides commands to initialize projects, run local development servers, and manage cloud deployments.

Prerequisites

Before using llamactl, ensure you have:

  • uv - Python package manager and build tool
  • Node.js - Required for UI development (supports npm, pnpm, or yarn)
  • llama-index-workflows and llamactl installed in your environment

Installation

Install llamactl globally using uv:

uv tool install -U llamactl
llamactl --help

Or try it without installing:

uvx llamactl --help

Initialize a Project

Create a new LlamaAgents project with starter templates:

llamactl init

This creates a Python module with LlamaIndex workflows and an optional UI frontend. Configuration is managed in pyproject.toml, where you define workflow instances, environment settings, and UI build options.

Local Development

Start the local development server:

llamactl serve

This command:

  1. Installs dependencies
  2. Serves workflows as an API (configured in pyproject.toml)
  3. Starts the frontend development server

The server automatically detects file changes and can resume in-progress workflows.

Deploy to LlamaCloud

Push your code to a git repository:

git remote add origin https://github.com/org/repo
git add -A
git commit -m 'Set up new app'
git push -u origin main

Create a cloud deployment:

llamactl deployments create

This opens an interactive Terminal UI to configure:

  • Deployment name
  • Git repository (supports private GitHub repos via the LlamaDeploy GitHub app)
  • Git branch/tag/commit
  • Environment secrets

Manage Deployments

  • View deployment status: llamactl deployments get
  • Update secrets or branch: llamactl deployments edit
  • Deploy new version: llamactl deployments update

For detailed configuration options, see the Deployment Config Reference.

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です