1c-ai-agent-cli

Solid

CLI 1C BSL Agent Framework — tools/install.py (clone, install). Используй при клонировании репозитория, установке компонентов в проект, настройке IDE (Cursor, Claude Code, Windsurf, VS Code+Continue).

AI & Automation 65 stars 11 forks Updated today

Install

View on GitHub

Quality Score: 73/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# 1c-ai-agent CLI — install.py ## Команда clone — получение фреймворка Репозиторий: `SteelMorgan/1c-agent-based-dev-framework`. Git должен быт�� установлен. ```bash python tools/install.py clone # в ./1c-agent-based-dev-framework python tools/install.py clone -t ./my-framework # целевая директория python tools/install.py clone --depth 1 # shallow clone python tools/install.py clone -b <branch> # конкретная ветка python tools/install.py clone -t ./fw --install # clone + интерактивная установка ``` Альтернатива (первый запуск без CLI): ```bash git clone https://github.com/SteelMorgan/1c-agent-based-dev-framework.git cd 1c-agent-based-dev-framework python tools/install.py ``` --- ## Команда install — установка компонентов Запуск из корня репозитория фреймворка: ```bash python tools/install.py [опции] ``` ### Примеры вызова | Команда | Описание | |---------|----------| | `python tools/install.py` | Интерактивный режим | | `python tools/install.py --ide cursor --list` | Показать дерево компонентов | | `python tools/install.py --ide cursor --all` | Установить все компоненты | | `python tools/install.py --ide cursor --include agent/developer workflow/full-cycle` | Конкретные компоненты (зависимости подтянутся) | | `python tools/install.py --ide cursor --include agent/developer --dry-run` | Показать план без изменений | | `python tools/install.py --relink` | Пересоздать сломанные симлинки...

Details

Author
SteelMorgan
Repository
SteelMorgan/1c-agent-based-dev-framework
Created
3 months ago
Last Updated
today
Language
Java
License
None

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

openclaw-it-team-deploy

为 openclaw-it-team 仓库生成和维护部署型工作流。用于把当前仓库的多 Agent 配置安装到 OpenClaw、本地化 `openclaw.json`、填充模型与飞书账号配置,并完成启动前验收。

31 Updated 1 months ago
jefferyjob
AI & Automation Featured

crewai-multi-agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

27,562 Updated today
davila7
AI & Automation Featured

agent-reach

Give your AI agent eyes to see the entire internet. 17 platforms via CLI, MCP, curl, and Python scripts. Zero config for 8 channels. 【路由方式】SKILL.md 包含路由表和常用命令,复杂场景需按需阅读对应分类的 references/*.md。 分类:search / social (小红书/抖音/微博/推特/B站/V2EX/Reddit) / career(LinkedIn) / dev(github) / web(网页/文章/公众号/RSS) / video(YouTube/B站/播客). Use when user asks to search, read, or interact on any supported platform, shares a URL, or asks to search the web.

20,264 Updated 1 weeks ago
Panniantong
AI & Automation Listed

openclawfice

Virtual office dashboard — pixel-art NPCs for your OpenClaw agents. Install, manage, and interact with your retro AI office.

72 Updated 1 weeks ago
openclawfice
AI & Automation Solid

agent-builder

Build AI agents using pai-agent-sdk with Pydantic AI. Covers agent creation via create_agent(), toolset configuration, session persistence with ResumableState, subagent hierarchies, and browser automation. Use when creating agent applications, configuring custom tools, managing multi-turn sessions, setting up hierarchical agents, or implementing HITL approval flows.

20 Updated today
youware-labs