Back home

July 8, 2026

How to Back Up Task Agents Before Doubao and Qwen Shut Them Down

Before Doubao and Qwen agent features disappear, back up the reusable workflow: goal, inputs, prompt, examples, knowledge files, output format, checks and privacy limits.

Key Takeaways

  • For a task agent, the most valuable thing is not the full chat history. It is the method that turns inputs into reliable outputs.
  • Back up the goal, input samples, prompt, examples, knowledge files, output format, quality checks, run cadence and privacy limits.
  • Rebuild one agent in a normal chat first, then decide whether it belongs in Coze, Dify, FastGPT or a local Markdown workflow.
  • Agents
  • Workflow
  • Productivity
  • AI
A task agent backup kit with goal, prompt, examples, knowledge files, output format, checks, schedule and privacy boundaries
Original Wesbase task-agent backup checklist

Start With the Next 20 Minutes

If you have task agents in Doubao or Qwen, do not start by hunting for the perfect replacement app. Start by listing the agents you actually depend on.

Prioritize these first:

Agent typeCommon useWhy it matters
Writing and ideationTitles, outlines, scripts, newslettersThe useful part is often the tuned voice and structure
Research sortingWeb summaries, meeting notes, course notes, PDFsThe output format matters as much as the answer
Study planningVocabulary, interview prep, error reviewsPersonal progress and feedback rules can be lost
Work assistantWeekly reports, customer replies, sales draftsStability matters more than creativity
Buying or decision aidPhone, laptop, tool or travel comparisonsThe value is in the decision criteria

For each agent, ask one question: if this stopped working tomorrow, would I miss the prompt, the knowledge files, the examples, or the output format most?

What Happened

Multiple public reports say ByteDance’s Doubao and Alibaba’s Qwen have notified users that agent-related features will be discontinued around mid-July 2026. Eastmoney, citing The Paper, reported that Doubao’s agent feature is scheduled to go offline on July 15, 2026, and that related data will no longer be viewable or recoverable inside Doubao after October 15. Reports also say Qwen has urged users to save important agent configurations and conversations through copying, screenshots or conversation export. TechNode, Tencent News and Sina Finance have reported the same broad shutdown signal.

Separate facts and inference here. The confirmed part is that platforms are withdrawing or changing user-created agent features and telling users to back up data. The inference is that the timing overlaps with China’s Interim Measures for the Management of Anthropomorphic AI Interactive Services, which also take effect on July 15, 2026. That overlap matters, but it does not prove that regulation is the only cause.

For task-agent users, the practical issue is simpler: do you still own the working method you spent time tuning?

Task Agents Need a Different Backup Method

Companion agents are about persona, tone, lightweight memory and emotional boundaries. That is why the companion-agent migration plan should not copy every old conversation. See the related Chinese and English companion-agent guide on this site for that scenario.

Task agents are different. Their value is not who they sound like. Their value is what they can reliably do.

Most task agents have four layers:

LayerWhat to preserveWhy it helps migration
Task definitionWhat it does and refuses to doKeeps the new version from drifting
Input materialUsual documents, formats and constraintsTells the new model where to start
Output contractTables, checklists, email drafts, JSON, MarkdownKeeps the result usable
Quality checksBanned moves, review steps, failure examplesPrevents polished but unusable answers

That means a useful backup is not a giant archive of old chats. It is a portable work package.

The One-Hour Backup Kit

Create one folder for each important agent:

agent-backup/
  weekly-planner/
    goal.md
    prompt.md
    inputs/
    examples.md
    knowledge/
    output-format.md
    checks.md
    privacy.md

1. goal.md: Define the Job in One Paragraph

Do not write only “weekly report assistant.” Make it executable:

# Goal

Turn my meeting notes, task list and project updates into a Chinese weekly report under 500 words.

## Good output
- Completed work first
- Risks and blockers second
- Next week's plan last
- Calm tone, no exaggerated claims

## Out of scope
- Do not invent progress
- Do not mention sensitive customer names
- Do not write performance-review bragging

This file keeps the boundary portable across platforms.

2. prompt.md: Save the Rules as Text

Screenshots can help, but text is what you can reuse.

Split the prompt into:

SectionContent
RoleThe working role the agent plays
TaskWhat it must complete each time
ConstraintsNo fabrication, no leaks, no overpromising
OutputFormat, language, length and table rules
ReviewWhat it checks before answering

If the old platform does not expose the full prompt, copy what you can see and reconstruct the missing rules from two or three successful conversations.

3. inputs/: Keep Samples, Not Everything

A task agent is driven by input. Save at least three kinds of samples:

SampleWhy it matters
Typical inputRecreates the everyday workflow
Hard inputTests the edge case
Failure-prone inputShows what guardrails you need

Do not migrate every old conversation. Old chats often contain account names, phone numbers, customer data, location, finance, health, family or unreleased project details. A task-agent migration needs examples, not a full diary.

4. examples.md: Save Good and Bad Outputs

Saving only good answers is not enough. A task agent can become worse on a new platform by becoming more verbose, changing the table, skipping review questions or refusing too much.

Use this format:

# Good example

Input: ...
Output: ...
Why it works: clear structure, no fabrication, actionable next step.

# Bad example

Input: ...
Output: ...
Why it fails: missed risk, turned inference into fact, unusable format.

This becomes your test set when you switch models, platforms or prompts.

5. knowledge/: Recover the Source Material

If the agent depends on a knowledge base, save the original files before saving summaries.

Common source types:

TypeSuggested format
Product notesMarkdown or PDF
Course notesMarkdown or TXT
Support scriptsCSV or Markdown
GlossaryCSV or Markdown table
Project backgroundREADME.md

If bulk export is not available, preserve the most important files, URLs and folder structure first. Do not upload copyrighted, customer-confidential or unclear-source material to a new platform just because migration is urgent.

6. output-format.md: Preserve the Deliverable

For many task agents, the best feature is not the model. It is the output shape.

For a customer-reply agent, the contract might be:

## Output format

1. Customer intent: one sentence
2. Risk level: low / medium / high
3. Reply draft: 120 words max
4. Do-not-say list: phrases to avoid
5. Need human review: yes / no, with reason

Without this file, the new agent may be correct but unusable.

7. checks.md: Write the Review Rules

Task agents should not be trusted because an answer looks polished. Save a review checklist:

CheckQuestion
FactsDid it turn guesses into facts?
SourcesAre key claims tied to input or a source?
FormatCan the answer be pasted into the target tool?
PrivacyDid it expose personal, customer or company data?
BoundaryDid it give medical, legal, financial or unsafe advice?
GapsDid it say what is missing when inputs are incomplete?

This checklist is often more important than another clever prompt.

8. privacy.md: Decide What Never Moves

Every agent should have a do-not-migrate list:

# Do not migrate

- ID numbers, passports, addresses, phone numbers
- Accounts, passwords, verification codes, API keys
- Medical records, medication, mental-health crisis text
- Bank, tax and transaction details
- Customer names, contracts, quotes, unreleased project data
- Private relationship, family or raw emotional chat logs

For sensitive work, prefer redaction, local processing or summaries over uploading raw data to another service.

Choose the Rebuild Path by Risk

Only choose a new platform after the backup exists.

ScenarioSafer starting pointWhy
Light personal taskNormal chat plus Markdown templatesCheap and easy to test
Multi-step content workflowA workflow tool such as CozeBetter for nodes, tools and orchestration
Team internal appA controlled app platform such as DifyBetter for permissions and knowledge bases
Document Q&A / RAGA FastGPT-style knowledge-base toolBetter for retrieval workflows
High-privacy workLocal files plus a controlled modelReduces sensitive-data exposure

Do not migrate every agent at once. Pick one important, easy-to-evaluate agent. Run three saved inputs. If output quality, format and privacy checks pass, migrate the next one.

Confirmed, Unconfirmed and Uncertain

Confirmed: July 15, 2026 is the recurring shutdown date in public reports, and it is also the effective date of China’s anthropomorphic AI interaction rules. Multiple reports say Doubao and Qwen told users to save agent configurations and important conversations.

Unconfirmed: exact export paths and formats can differ by app version, account, region and agent type. Some reports mention July 10 for Qwen anthropomorphic interactive and user-created agents, while others mention July 15 for the broader agent service. Use the latest in-app notice as the operational source of truth.

Avoid this misunderstanding: task agents are not the same as every regulated human-like AI service. The new rules focus on anthropomorphic, emotionally continuous and dependency-forming interaction risks, especially around minors. Productivity assistants, knowledge-base tools and ordinary workflow helpers still have room, but platforms are likely to design them with clearer boundaries.

Minimal Checklist

If you only do one thing today, do this:

  1. List your three most important task agents.
  2. Save goal.md and prompt.md for each.
  3. Save three input samples and two good outputs.
  4. Download or copy the knowledge files they depend on.
  5. Write five review checks in checks.md.
  6. Remove sensitive raw text and keep redacted examples.
  7. Test the package in a normal chat before uploading everything to a new platform.

The button inside one app is not the asset. The method is. Once the method is portable, you can rebuild it in the next tool.

FAQ

Is taking screenshots enough to back up a task agent?

No. Screenshots preserve some UI state, but they are hard to reuse. Convert the agent into text files: goal, prompt, input samples, knowledge files, output format and review checks.

Should I migrate the entire chat history?

Usually no. A task agent needs a few high-quality examples and clear rules, not every failed run, casual exchange or sensitive detail from the past.

Where should I rebuild a task agent?

Start with a normal chat plus Markdown templates for light tasks. Use workflow tools such as Coze for multi-step flows, Dify for controlled team apps, and FastGPT-style tools for knowledge-base Q&A.

Are the Doubao and Qwen shutdowns caused by regulation?

The timing overlaps with China's anthropomorphic AI interaction rules taking effect on July 15, 2026, but public notices and reports also use product-adjustment or maintenance language. Treat regulation as context, not the only confirmed cause.

What should I delete before migration?

Remove IDs, accounts, phone numbers, addresses, medical records, financial data, customer secrets, unreleased project material and unnecessary raw conversations. Keep reusable workflow rules instead.

Sources and Further Reading

  1. https://www.cac.gov.cn/2026-04/10/c_1777558395078289.htm
  2. https://wap.eastmoney.com/a/202607043794174047.html
  3. https://technode.com/2026/07/06/bytedances-doubao-and-alibabas-qwen-to-shut-down-ai-agent-features-on-july-15/
  4. https://news.qq.com/rain/a/20260704A05YM900
  5. https://finance.sina.com.cn/stock/t/2026-07-04/doc-inifrana2226218.shtml
  6. https://h5.ifeng.com/c/vivoArticle/v002gUIDdikbDvaEcAsNaGlwGnDjATejym2XTSgubE29Qgs__?vivoBusiness=hiboardnews