﻿---
title: "Agent 与任务"
description: "使用 Goal、Workflow、Subagent、Team、工具和执行安全。"
image: "https://kxen.ai/og.png"
---

> Documentation Index
> Fetch the complete documentation index at: https://kxen.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent 与任务

这个栏目拆分 kxen 的任务执行能力:

- [Goal](https://kxen.ai/agent/goal)
- [Workflow](https://kxen.ai/agent/workflow)
- [Subagent](https://kxen.ai/agent/subagent)
- [Agent Teams](https://kxen.ai/agent/agent-teams)
- [后台任务](https://kxen.ai/agent/background-tasks)
- [工具系统](https://kxen.ai/agent/tools)
- [Safety](https://kxen.ai/agent/safety)
- [Approval](https://kxen.ai/agent/approval)

普通 Session 适合单一对话任务。只有需要持续目标、独立上下文、并行阶段或共享任务时，才使用更高层的编排能力。

Source: https://kxen.ai/agent/index.mdx
