원클릭으로
scitex-agent-container
scitex-agent-container에는 scitex-ai에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
[WHAT] Declarative YAML AI-agent lifecycle — define an agent in one `spec.yaml`; `sac agents start` runs it as a long-lived Claude SDK session inside Apptainer, with A2A inbound (`POST /v1/turn`), SSH remote deploy, JSON status. [WHEN] Launching/managing a Claude Code agent or fleet, running one on a remote host, wiring MCP, talking over A2A, or any mention of `sac agents start`, `scitex-agent-container`, `spec.yaml`, fleet head/worker. [HOW] `pip install scitex-agent-container`, then `sac agents start <name>` or `import scitex_agent_container`.
[WHAT] Project-specific context and reusable knowledge for this agent — coding conventions, tool usage patterns, domain vocabulary. [WHEN] Always loaded at agent startup; provides background the agent needs to work effectively in this codebase. [HOW] Place one `.md` file per topic in this directory; each file is loaded into the agent's context via the skills system.