From 4ac72b584526765f980baca4454b613e0f56c1fb Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 12 Feb 2025 07:33:41 +0800 Subject: feat: support check-related features (#162) We can run `argc check` to ensure that everything is ready (environment variables, Node/Python dependencies, mcp-bridge server) --- docs/argcfile.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/argcfile.md') diff --git a/docs/argcfile.md b/docs/argcfile.md index 9366a76..c420977 100644 --- a/docs/argcfile.md +++ b/docs/argcfile.md @@ -16,7 +16,7 @@ argc -h # Print help information argc -h # Print help information for # -------- Build -------- -# Build +# Build all argc build # Build all tools @@ -29,6 +29,20 @@ argc build@agent # Build specific agents argc build@agent coder todo +# -------- Check -------- +# Check all +argc check + +# Check all tools +argc check@tool +# Check specific tools +argc check@tool get_current_weather.sh execute_command.sh + +# Check all agents +argc check@agent +# Check specific agents +argc check@agent coder todo + # -------- Run -------- # Run tool argc run@tool get_current_weather.sh '{"location":"London"}' -- cgit v1.2.3