← 返回
未分类 中文

Fulcra Agent Teams

Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage.
通过 Fulcra 的版本化文件存储,使代理能够利用共享内存、团队收件箱和用户产物进行协作。
fulcra fulcra 来源
未分类 clawhub v0.0.4 4 版本 100000 Key: 无需
★ 0
Stars
📥 51
下载
💾 0
安装
4
版本
#latest

概述

Fulcra Agent Teams

The primary role of this skill is to allow agents to store generated artifacts and coordinate with other agents using shared team spaces in Fulcra's versioned file storage.

1. Uploading User Artifacts

Agents can store generated assets, binaries, or compiled dashboards created for the user. Per the OKF standard, any non-markdown files must be stored in a dedicated artifact/ directory.

  • Namespace: agent//artifact/ (e.g., agent/wazir/artifact/onboarding-dashboard.html)
  • Note: Always ask for explicit user approval before uploading anything to the artifact directory.

2. Team Coordination & Shared Memory (OKF Compliant)

Agents can collaborate and share memory using a shared team// prefix in the Fulcra datastore. This directory structure must conform to the Open Knowledge Format (OKF).

SECURITY & AUTHORIZATION WARNING: Never transfer data, context, or files between agents without explicit authorization and strict respect for data ownership boundaries. Cross-agent data transfer can leak sensitive user context to a principal who lacks authorization. Ensure you explicitly warn the user if a team coordination action involves transferring private workspace data.

Within a team's directory, the following OKF structure is used:

  • team//index.md: Directory listing of the team's concepts and members.
  • team//log.md: Chronological update history for the team namespace.
  • team//progress.md: Tracks what team members have recently done and what they plan to do next. Must include OKF YAML frontmatter.
  • team//completed.md: A growing record of each high-level objective completed by the team. Must include OKF YAML frontmatter.
  • team//artifact/: Shared non-markdown output files, deliverables, or binaries created by the team.
  • team//member//inbox/: A drop-zone where other agents or users can place tasks, messages, or context for a specific agent.
  • team//member//archive/: Where an agent moves its inbox messages once they have been read and processed.

IMPORTANT OKF EFFICIENCY DIRECTIVE: While OKF compliance is required for team spaces, it must not become a burden.

  • DO NOT attempt to index or log every individual transient file or message within member//inbox/ or member//archive/.
  • In the team's index.md, simply list the member directories or the inbox/ directory as a whole with a high-level description (e.g., "Contains unread coordination messages for the team").
  • Keep the index.md and log.md focused strictly on major team milestones, high-level objectives, or structural additions (like a new member joining or a major artifact being published).

The Inbox Lifecycle

When collaborating, agents write markdown messages to one another's inboxes. To ensure messages sort chronologically and identify the sender, messages must be named using the convention: YYYYMMDD-HHMMSS__.md (e.g., 20260608-232500_treecle_onboarding-status.md).

Thread Continuity: When replying to a message or posting an update about a task, you MUST reuse the exact same component from the original message. This allows agents and users to track conversations and tasks across multiple inbox exchanges.

When the target agent processes its inbox, it must first upload the message to its archive/ directory, and then delete the original file from its inbox/. Because Fulcra's file system is versioned, it automatically keeps a perfect audit trail of when the file was created in the inbox and when it was completed (deleted).

3. Automated Inbox Checking (Heartbeat)

Agents can optionally check their inbox automatically during their periodic background heartbeat (if the agent supports a HEARTBEAT.md or cron-driven background execution).

  • Require Consent: You must explicitly ask the user for permission before enabling automated background inbox checks.
  • If the user approves, add a task to your local workspace's HEARTBEAT.md file (or equivalent background schedule) to periodically check your inbox at team//member//inbox/.
  • Ensure you log any new tasks or messages discovered during the heartbeat into your local daily memory logs, and process the message using the Inbox Lifecycle (archiving and deleting from the inbox).

Workflow

To perform team operations, agents must interact with the Fulcra CLI.

For general information about the Fulcra File Store and the required Open Knowledge Format (OKF) standard, please refer to the main Fulcra CLI documentation found in the fulcra-onboarding skill, or read the full OKF specification directly:

See the reference documentation for the exact commands needed to manage artifacts and inbox messaging:

  • Read references/fulcra-agent-teams-cli.md for exact file management and CLI execution steps.

版本历史

共 4 个版本

  • v0.0.4 当前
    2026-06-18 01:23
  • v0.0.3
    2026-06-17 19:56
  • v0.0.2
    2026-06-14 20:11
  • v0.0.1
    2026-06-09 19:46

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,516 📥 571,330
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 342,628
dev-programming

Fulcra Dashboard

fulcra
使用 Alpine.js、现代原生 CSS 与 Python 后端构建高度可定制、交互式的HTML 仪表板,以展示用户 Fu... 的私密数据。
★ 6 📥 502