Skip to content

feat(tarko): add built-in agents support#1208

Merged
ulivz merged 5 commits intomainfrom
feat/tarko-builtin-agents
Aug 21, 2025
Merged

feat(tarko): add built-in agents support#1208
ulivz merged 5 commits intomainfrom
feat/tarko-builtin-agents

Conversation

@ulivz
Copy link
Member

@ulivz ulivz commented Aug 21, 2025

Summary

Add support for built-in agents in Tarko CLI to resolve agent dependencies without requiring npm package loading.

Built-in agents added:

  • agent-tars → resolves to @agent-tars/core
  • omni-tars → resolves to @omni-tars/agent
  • mcp-agent → resolves to @tarko/mcp-agent

Changes:

  • Modified resolveAgentFromCLIArgument to check for built-in agents first
  • Added dependencies to agent-cli package.json
  • Updated README with built-in agents documentation
  • Added console logging when resolving built-in agents
# Before (fails)
tarko run agent-tars  # unable to resolve

# After (works)
tarko run agent-tars  # Using built-in agent: Agent TARS

Other changes

Fix cyclic workspace dependencies at: 7b18251

Checklist

  • Added or updated necessary tests (Optional).
  • Updated documentation to align with changes (Optional).
  • Verified no breaking changes, or prepared solutions for any occurring breaking changes (Optional).
  • My change does not involve the above items.

@netlify
Copy link

netlify bot commented Aug 21, 2025

Deploy Preview for agent-tars-docs ready!

Name Link
🔨 Latest commit e486378
🔍 Latest deploy log https://app.netlify.com/projects/agent-tars-docs/deploys/68a6edbbd944f500085f062b
😎 Deploy Preview https://deploy-preview-1208--agent-tars-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

cjraft
cjraft previously approved these changes Aug 21, 2025
Add support for built-in agents: agent-tars, omni-tars, mcp-agent
@ulivz ulivz force-pushed the feat/tarko-builtin-agents branch from e5d0cc8 to 5611b7c Compare August 21, 2025 09:16
 WARN  There are cyclic workspace dependencies: /Users/chenhaoli/workspace/code/UI-TARS-desktop/multimodal/omni-tars/code-agent, /Users/chenhaoli/workspace/code/UI-TARS-desktop/multimodal/tarko/agent-cli, /Users/chenhaoli/workspace/code/UI-TARS-desktop/multimodal/omni-tars/omni-agent
@ulivz ulivz merged commit 2ee2848 into main Aug 21, 2025
10 checks passed
@ulivz ulivz deleted the feat/tarko-builtin-agents branch August 21, 2025 10:03
@netlify
Copy link

netlify bot commented Sep 13, 2025

A new user left a comment. This user must be approved by a Netlify team owner before comments can be displayed.

Approve this user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments