@synsci/cli-darwin-x64 1.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/skills/accelerate/SKILL.md +332 -0
- package/bin/skills/accelerate/references/custom-plugins.md +453 -0
- package/bin/skills/accelerate/references/megatron-integration.md +489 -0
- package/bin/skills/accelerate/references/performance.md +525 -0
- package/bin/skills/audiocraft/SKILL.md +564 -0
- package/bin/skills/audiocraft/references/advanced-usage.md +666 -0
- package/bin/skills/audiocraft/references/troubleshooting.md +504 -0
- package/bin/skills/autogpt/SKILL.md +403 -0
- package/bin/skills/autogpt/references/advanced-usage.md +535 -0
- package/bin/skills/autogpt/references/troubleshooting.md +420 -0
- package/bin/skills/awq/SKILL.md +310 -0
- package/bin/skills/awq/references/advanced-usage.md +324 -0
- package/bin/skills/awq/references/troubleshooting.md +344 -0
- package/bin/skills/axolotl/SKILL.md +158 -0
- package/bin/skills/axolotl/references/api.md +5548 -0
- package/bin/skills/axolotl/references/dataset-formats.md +1029 -0
- package/bin/skills/axolotl/references/index.md +15 -0
- package/bin/skills/axolotl/references/other.md +3563 -0
- package/bin/skills/bigcode-evaluation-harness/SKILL.md +405 -0
- package/bin/skills/bigcode-evaluation-harness/references/benchmarks.md +393 -0
- package/bin/skills/bigcode-evaluation-harness/references/custom-tasks.md +424 -0
- package/bin/skills/bigcode-evaluation-harness/references/issues.md +394 -0
- package/bin/skills/bitsandbytes/SKILL.md +411 -0
- package/bin/skills/bitsandbytes/references/memory-optimization.md +521 -0
- package/bin/skills/bitsandbytes/references/qlora-training.md +521 -0
- package/bin/skills/bitsandbytes/references/quantization-formats.md +447 -0
- package/bin/skills/blip-2/SKILL.md +564 -0
- package/bin/skills/blip-2/references/advanced-usage.md +680 -0
- package/bin/skills/blip-2/references/troubleshooting.md +526 -0
- package/bin/skills/chroma/SKILL.md +406 -0
- package/bin/skills/chroma/references/integration.md +38 -0
- package/bin/skills/clip/SKILL.md +253 -0
- package/bin/skills/clip/references/applications.md +207 -0
- package/bin/skills/constitutional-ai/SKILL.md +290 -0
- package/bin/skills/crewai/SKILL.md +498 -0
- package/bin/skills/crewai/references/flows.md +438 -0
- package/bin/skills/crewai/references/tools.md +429 -0
- package/bin/skills/crewai/references/troubleshooting.md +480 -0
- package/bin/skills/deepspeed/SKILL.md +141 -0
- package/bin/skills/deepspeed/references/08.md +17 -0
- package/bin/skills/deepspeed/references/09.md +173 -0
- package/bin/skills/deepspeed/references/2020.md +378 -0
- package/bin/skills/deepspeed/references/2023.md +279 -0
- package/bin/skills/deepspeed/references/assets.md +179 -0
- package/bin/skills/deepspeed/references/index.md +35 -0
- package/bin/skills/deepspeed/references/mii.md +118 -0
- package/bin/skills/deepspeed/references/other.md +1191 -0
- package/bin/skills/deepspeed/references/tutorials.md +6554 -0
- package/bin/skills/dspy/SKILL.md +590 -0
- package/bin/skills/dspy/references/examples.md +663 -0
- package/bin/skills/dspy/references/modules.md +475 -0
- package/bin/skills/dspy/references/optimizers.md +566 -0
- package/bin/skills/faiss/SKILL.md +221 -0
- package/bin/skills/faiss/references/index_types.md +280 -0
- package/bin/skills/flash-attention/SKILL.md +367 -0
- package/bin/skills/flash-attention/references/benchmarks.md +215 -0
- package/bin/skills/flash-attention/references/transformers-integration.md +293 -0
- package/bin/skills/gguf/SKILL.md +427 -0
- package/bin/skills/gguf/references/advanced-usage.md +504 -0
- package/bin/skills/gguf/references/troubleshooting.md +442 -0
- package/bin/skills/gptq/SKILL.md +450 -0
- package/bin/skills/gptq/references/calibration.md +337 -0
- package/bin/skills/gptq/references/integration.md +129 -0
- package/bin/skills/gptq/references/troubleshooting.md +95 -0
- package/bin/skills/grpo-rl-training/README.md +97 -0
- package/bin/skills/grpo-rl-training/SKILL.md +572 -0
- package/bin/skills/grpo-rl-training/examples/reward_functions_library.py +393 -0
- package/bin/skills/grpo-rl-training/templates/basic_grpo_training.py +228 -0
- package/bin/skills/guidance/SKILL.md +572 -0
- package/bin/skills/guidance/references/backends.md +554 -0
- package/bin/skills/guidance/references/constraints.md +674 -0
- package/bin/skills/guidance/references/examples.md +767 -0
- package/bin/skills/hqq/SKILL.md +445 -0
- package/bin/skills/hqq/references/advanced-usage.md +528 -0
- package/bin/skills/hqq/references/troubleshooting.md +503 -0
- package/bin/skills/hugging-face-cli/SKILL.md +191 -0
- package/bin/skills/hugging-face-cli/references/commands.md +954 -0
- package/bin/skills/hugging-face-cli/references/examples.md +374 -0
- package/bin/skills/hugging-face-datasets/SKILL.md +547 -0
- package/bin/skills/hugging-face-datasets/examples/diverse_training_examples.json +239 -0
- package/bin/skills/hugging-face-datasets/examples/system_prompt_template.txt +196 -0
- package/bin/skills/hugging-face-datasets/examples/training_examples.json +176 -0
- package/bin/skills/hugging-face-datasets/scripts/dataset_manager.py +522 -0
- package/bin/skills/hugging-face-datasets/scripts/sql_manager.py +844 -0
- package/bin/skills/hugging-face-datasets/templates/chat.json +55 -0
- package/bin/skills/hugging-face-datasets/templates/classification.json +62 -0
- package/bin/skills/hugging-face-datasets/templates/completion.json +51 -0
- package/bin/skills/hugging-face-datasets/templates/custom.json +75 -0
- package/bin/skills/hugging-face-datasets/templates/qa.json +54 -0
- package/bin/skills/hugging-face-datasets/templates/tabular.json +81 -0
- package/bin/skills/hugging-face-evaluation/SKILL.md +656 -0
- package/bin/skills/hugging-face-evaluation/examples/USAGE_EXAMPLES.md +382 -0
- package/bin/skills/hugging-face-evaluation/examples/artificial_analysis_to_hub.py +141 -0
- package/bin/skills/hugging-face-evaluation/examples/example_readme_tables.md +135 -0
- package/bin/skills/hugging-face-evaluation/examples/metric_mapping.json +50 -0
- package/bin/skills/hugging-face-evaluation/requirements.txt +20 -0
- package/bin/skills/hugging-face-evaluation/scripts/evaluation_manager.py +1374 -0
- package/bin/skills/hugging-face-evaluation/scripts/inspect_eval_uv.py +104 -0
- package/bin/skills/hugging-face-evaluation/scripts/inspect_vllm_uv.py +317 -0
- package/bin/skills/hugging-face-evaluation/scripts/lighteval_vllm_uv.py +303 -0
- package/bin/skills/hugging-face-evaluation/scripts/run_eval_job.py +98 -0
- package/bin/skills/hugging-face-evaluation/scripts/run_vllm_eval_job.py +331 -0
- package/bin/skills/hugging-face-evaluation/scripts/test_extraction.py +206 -0
- package/bin/skills/hugging-face-jobs/SKILL.md +1041 -0
- package/bin/skills/hugging-face-jobs/index.html +216 -0
- package/bin/skills/hugging-face-jobs/references/hardware_guide.md +336 -0
- package/bin/skills/hugging-face-jobs/references/hub_saving.md +352 -0
- package/bin/skills/hugging-face-jobs/references/token_usage.md +546 -0
- package/bin/skills/hugging-face-jobs/references/troubleshooting.md +475 -0
- package/bin/skills/hugging-face-jobs/scripts/cot-self-instruct.py +718 -0
- package/bin/skills/hugging-face-jobs/scripts/finepdfs-stats.py +546 -0
- package/bin/skills/hugging-face-jobs/scripts/generate-responses.py +587 -0
- package/bin/skills/hugging-face-model-trainer/SKILL.md +711 -0
- package/bin/skills/hugging-face-model-trainer/references/gguf_conversion.md +296 -0
- package/bin/skills/hugging-face-model-trainer/references/hardware_guide.md +283 -0
- package/bin/skills/hugging-face-model-trainer/references/hub_saving.md +364 -0
- package/bin/skills/hugging-face-model-trainer/references/reliability_principles.md +371 -0
- package/bin/skills/hugging-face-model-trainer/references/trackio_guide.md +189 -0
- package/bin/skills/hugging-face-model-trainer/references/training_methods.md +150 -0
- package/bin/skills/hugging-face-model-trainer/references/training_patterns.md +203 -0
- package/bin/skills/hugging-face-model-trainer/references/troubleshooting.md +282 -0
- package/bin/skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +424 -0
- package/bin/skills/hugging-face-model-trainer/scripts/dataset_inspector.py +417 -0
- package/bin/skills/hugging-face-model-trainer/scripts/estimate_cost.py +150 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_dpo_example.py +106 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_grpo_example.py +89 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_sft_example.py +122 -0
- package/bin/skills/hugging-face-paper-publisher/SKILL.md +627 -0
- package/bin/skills/hugging-face-paper-publisher/examples/example_usage.md +327 -0
- package/bin/skills/hugging-face-paper-publisher/references/quick_reference.md +216 -0
- package/bin/skills/hugging-face-paper-publisher/scripts/paper_manager.py +508 -0
- package/bin/skills/hugging-face-paper-publisher/templates/arxiv.md +299 -0
- package/bin/skills/hugging-face-paper-publisher/templates/ml-report.md +358 -0
- package/bin/skills/hugging-face-paper-publisher/templates/modern.md +319 -0
- package/bin/skills/hugging-face-paper-publisher/templates/standard.md +201 -0
- package/bin/skills/hugging-face-tool-builder/SKILL.md +115 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.py +57 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.sh +40 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.tsx +57 -0
- package/bin/skills/hugging-face-tool-builder/references/find_models_by_paper.sh +230 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_enrich_models.sh +96 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_model_papers_auth.sh +171 -0
- package/bin/skills/hugging-face-trackio/SKILL.md +65 -0
- package/bin/skills/hugging-face-trackio/references/logging_metrics.md +206 -0
- package/bin/skills/hugging-face-trackio/references/retrieving_metrics.md +223 -0
- package/bin/skills/huggingface-tokenizers/SKILL.md +516 -0
- package/bin/skills/huggingface-tokenizers/references/algorithms.md +653 -0
- package/bin/skills/huggingface-tokenizers/references/integration.md +637 -0
- package/bin/skills/huggingface-tokenizers/references/pipeline.md +723 -0
- package/bin/skills/huggingface-tokenizers/references/training.md +565 -0
- package/bin/skills/instructor/SKILL.md +740 -0
- package/bin/skills/instructor/references/examples.md +107 -0
- package/bin/skills/instructor/references/providers.md +70 -0
- package/bin/skills/instructor/references/validation.md +606 -0
- package/bin/skills/knowledge-distillation/SKILL.md +458 -0
- package/bin/skills/knowledge-distillation/references/minillm.md +334 -0
- package/bin/skills/lambda-labs/SKILL.md +545 -0
- package/bin/skills/lambda-labs/references/advanced-usage.md +611 -0
- package/bin/skills/lambda-labs/references/troubleshooting.md +530 -0
- package/bin/skills/langchain/SKILL.md +480 -0
- package/bin/skills/langchain/references/agents.md +499 -0
- package/bin/skills/langchain/references/integration.md +562 -0
- package/bin/skills/langchain/references/rag.md +600 -0
- package/bin/skills/langsmith/SKILL.md +422 -0
- package/bin/skills/langsmith/references/advanced-usage.md +548 -0
- package/bin/skills/langsmith/references/troubleshooting.md +537 -0
- package/bin/skills/litgpt/SKILL.md +469 -0
- package/bin/skills/litgpt/references/custom-models.md +568 -0
- package/bin/skills/litgpt/references/distributed-training.md +451 -0
- package/bin/skills/litgpt/references/supported-models.md +336 -0
- package/bin/skills/litgpt/references/training-recipes.md +619 -0
- package/bin/skills/llama-cpp/SKILL.md +258 -0
- package/bin/skills/llama-cpp/references/optimization.md +89 -0
- package/bin/skills/llama-cpp/references/quantization.md +213 -0
- package/bin/skills/llama-cpp/references/server.md +125 -0
- package/bin/skills/llama-factory/SKILL.md +80 -0
- package/bin/skills/llama-factory/references/_images.md +23 -0
- package/bin/skills/llama-factory/references/advanced.md +1055 -0
- package/bin/skills/llama-factory/references/getting_started.md +349 -0
- package/bin/skills/llama-factory/references/index.md +19 -0
- package/bin/skills/llama-factory/references/other.md +31 -0
- package/bin/skills/llamaguard/SKILL.md +337 -0
- package/bin/skills/llamaindex/SKILL.md +569 -0
- package/bin/skills/llamaindex/references/agents.md +83 -0
- package/bin/skills/llamaindex/references/data_connectors.md +108 -0
- package/bin/skills/llamaindex/references/query_engines.md +406 -0
- package/bin/skills/llava/SKILL.md +304 -0
- package/bin/skills/llava/references/training.md +197 -0
- package/bin/skills/lm-evaluation-harness/SKILL.md +490 -0
- package/bin/skills/lm-evaluation-harness/references/api-evaluation.md +490 -0
- package/bin/skills/lm-evaluation-harness/references/benchmark-guide.md +488 -0
- package/bin/skills/lm-evaluation-harness/references/custom-tasks.md +602 -0
- package/bin/skills/lm-evaluation-harness/references/distributed-eval.md +519 -0
- package/bin/skills/long-context/SKILL.md +536 -0
- package/bin/skills/long-context/references/extension_methods.md +468 -0
- package/bin/skills/long-context/references/fine_tuning.md +611 -0
- package/bin/skills/long-context/references/rope.md +402 -0
- package/bin/skills/mamba/SKILL.md +260 -0
- package/bin/skills/mamba/references/architecture-details.md +206 -0
- package/bin/skills/mamba/references/benchmarks.md +255 -0
- package/bin/skills/mamba/references/training-guide.md +388 -0
- package/bin/skills/megatron-core/SKILL.md +366 -0
- package/bin/skills/megatron-core/references/benchmarks.md +249 -0
- package/bin/skills/megatron-core/references/parallelism-guide.md +404 -0
- package/bin/skills/megatron-core/references/production-examples.md +473 -0
- package/bin/skills/megatron-core/references/training-recipes.md +547 -0
- package/bin/skills/miles/SKILL.md +315 -0
- package/bin/skills/miles/references/api-reference.md +141 -0
- package/bin/skills/miles/references/troubleshooting.md +352 -0
- package/bin/skills/mlflow/SKILL.md +704 -0
- package/bin/skills/mlflow/references/deployment.md +744 -0
- package/bin/skills/mlflow/references/model-registry.md +770 -0
- package/bin/skills/mlflow/references/tracking.md +680 -0
- package/bin/skills/modal/SKILL.md +341 -0
- package/bin/skills/modal/references/advanced-usage.md +503 -0
- package/bin/skills/modal/references/troubleshooting.md +494 -0
- package/bin/skills/model-merging/SKILL.md +539 -0
- package/bin/skills/model-merging/references/evaluation.md +462 -0
- package/bin/skills/model-merging/references/examples.md +428 -0
- package/bin/skills/model-merging/references/methods.md +352 -0
- package/bin/skills/model-pruning/SKILL.md +495 -0
- package/bin/skills/model-pruning/references/wanda.md +347 -0
- package/bin/skills/moe-training/SKILL.md +526 -0
- package/bin/skills/moe-training/references/architectures.md +432 -0
- package/bin/skills/moe-training/references/inference.md +348 -0
- package/bin/skills/moe-training/references/training.md +425 -0
- package/bin/skills/nanogpt/SKILL.md +290 -0
- package/bin/skills/nanogpt/references/architecture.md +382 -0
- package/bin/skills/nanogpt/references/data.md +476 -0
- package/bin/skills/nanogpt/references/training.md +564 -0
- package/bin/skills/nemo-curator/SKILL.md +383 -0
- package/bin/skills/nemo-curator/references/deduplication.md +87 -0
- package/bin/skills/nemo-curator/references/filtering.md +102 -0
- package/bin/skills/nemo-evaluator/SKILL.md +494 -0
- package/bin/skills/nemo-evaluator/references/adapter-system.md +340 -0
- package/bin/skills/nemo-evaluator/references/configuration.md +447 -0
- package/bin/skills/nemo-evaluator/references/custom-benchmarks.md +315 -0
- package/bin/skills/nemo-evaluator/references/execution-backends.md +361 -0
- package/bin/skills/nemo-guardrails/SKILL.md +297 -0
- package/bin/skills/nnsight/SKILL.md +436 -0
- package/bin/skills/nnsight/references/README.md +78 -0
- package/bin/skills/nnsight/references/api.md +344 -0
- package/bin/skills/nnsight/references/tutorials.md +300 -0
- package/bin/skills/openrlhf/SKILL.md +249 -0
- package/bin/skills/openrlhf/references/algorithm-comparison.md +404 -0
- package/bin/skills/openrlhf/references/custom-rewards.md +530 -0
- package/bin/skills/openrlhf/references/hybrid-engine.md +287 -0
- package/bin/skills/openrlhf/references/multi-node-training.md +454 -0
- package/bin/skills/outlines/SKILL.md +652 -0
- package/bin/skills/outlines/references/backends.md +615 -0
- package/bin/skills/outlines/references/examples.md +773 -0
- package/bin/skills/outlines/references/json_generation.md +652 -0
- package/bin/skills/peft/SKILL.md +431 -0
- package/bin/skills/peft/references/advanced-usage.md +514 -0
- package/bin/skills/peft/references/troubleshooting.md +480 -0
- package/bin/skills/phoenix/SKILL.md +475 -0
- package/bin/skills/phoenix/references/advanced-usage.md +619 -0
- package/bin/skills/phoenix/references/troubleshooting.md +538 -0
- package/bin/skills/pinecone/SKILL.md +358 -0
- package/bin/skills/pinecone/references/deployment.md +181 -0
- package/bin/skills/pytorch-fsdp/SKILL.md +126 -0
- package/bin/skills/pytorch-fsdp/references/index.md +7 -0
- package/bin/skills/pytorch-fsdp/references/other.md +4249 -0
- package/bin/skills/pytorch-lightning/SKILL.md +346 -0
- package/bin/skills/pytorch-lightning/references/callbacks.md +436 -0
- package/bin/skills/pytorch-lightning/references/distributed.md +490 -0
- package/bin/skills/pytorch-lightning/references/hyperparameter-tuning.md +556 -0
- package/bin/skills/pyvene/SKILL.md +473 -0
- package/bin/skills/pyvene/references/README.md +73 -0
- package/bin/skills/pyvene/references/api.md +383 -0
- package/bin/skills/pyvene/references/tutorials.md +376 -0
- package/bin/skills/qdrant/SKILL.md +493 -0
- package/bin/skills/qdrant/references/advanced-usage.md +648 -0
- package/bin/skills/qdrant/references/troubleshooting.md +631 -0
- package/bin/skills/ray-data/SKILL.md +326 -0
- package/bin/skills/ray-data/references/integration.md +82 -0
- package/bin/skills/ray-data/references/transformations.md +83 -0
- package/bin/skills/ray-train/SKILL.md +406 -0
- package/bin/skills/ray-train/references/multi-node.md +628 -0
- package/bin/skills/rwkv/SKILL.md +260 -0
- package/bin/skills/rwkv/references/architecture-details.md +344 -0
- package/bin/skills/rwkv/references/rwkv7.md +386 -0
- package/bin/skills/rwkv/references/state-management.md +369 -0
- package/bin/skills/saelens/SKILL.md +386 -0
- package/bin/skills/saelens/references/README.md +70 -0
- package/bin/skills/saelens/references/api.md +333 -0
- package/bin/skills/saelens/references/tutorials.md +318 -0
- package/bin/skills/segment-anything/SKILL.md +500 -0
- package/bin/skills/segment-anything/references/advanced-usage.md +589 -0
- package/bin/skills/segment-anything/references/troubleshooting.md +484 -0
- package/bin/skills/sentence-transformers/SKILL.md +255 -0
- package/bin/skills/sentence-transformers/references/models.md +123 -0
- package/bin/skills/sentencepiece/SKILL.md +235 -0
- package/bin/skills/sentencepiece/references/algorithms.md +200 -0
- package/bin/skills/sentencepiece/references/training.md +304 -0
- package/bin/skills/sglang/SKILL.md +442 -0
- package/bin/skills/sglang/references/deployment.md +490 -0
- package/bin/skills/sglang/references/radix-attention.md +413 -0
- package/bin/skills/sglang/references/structured-generation.md +541 -0
- package/bin/skills/simpo/SKILL.md +219 -0
- package/bin/skills/simpo/references/datasets.md +478 -0
- package/bin/skills/simpo/references/hyperparameters.md +452 -0
- package/bin/skills/simpo/references/loss-functions.md +350 -0
- package/bin/skills/skypilot/SKILL.md +509 -0
- package/bin/skills/skypilot/references/advanced-usage.md +491 -0
- package/bin/skills/skypilot/references/troubleshooting.md +570 -0
- package/bin/skills/slime/SKILL.md +464 -0
- package/bin/skills/slime/references/api-reference.md +392 -0
- package/bin/skills/slime/references/troubleshooting.md +386 -0
- package/bin/skills/speculative-decoding/SKILL.md +467 -0
- package/bin/skills/speculative-decoding/references/lookahead.md +309 -0
- package/bin/skills/speculative-decoding/references/medusa.md +350 -0
- package/bin/skills/stable-diffusion/SKILL.md +519 -0
- package/bin/skills/stable-diffusion/references/advanced-usage.md +716 -0
- package/bin/skills/stable-diffusion/references/troubleshooting.md +555 -0
- package/bin/skills/tensorboard/SKILL.md +629 -0
- package/bin/skills/tensorboard/references/integrations.md +638 -0
- package/bin/skills/tensorboard/references/profiling.md +545 -0
- package/bin/skills/tensorboard/references/visualization.md +620 -0
- package/bin/skills/tensorrt-llm/SKILL.md +187 -0
- package/bin/skills/tensorrt-llm/references/multi-gpu.md +298 -0
- package/bin/skills/tensorrt-llm/references/optimization.md +242 -0
- package/bin/skills/tensorrt-llm/references/serving.md +470 -0
- package/bin/skills/tinker/SKILL.md +362 -0
- package/bin/skills/tinker/references/api-reference.md +168 -0
- package/bin/skills/tinker/references/getting-started.md +157 -0
- package/bin/skills/tinker/references/loss-functions.md +163 -0
- package/bin/skills/tinker/references/models-and-lora.md +139 -0
- package/bin/skills/tinker/references/recipes.md +280 -0
- package/bin/skills/tinker/references/reinforcement-learning.md +212 -0
- package/bin/skills/tinker/references/rendering.md +243 -0
- package/bin/skills/tinker/references/supervised-learning.md +232 -0
- package/bin/skills/tinker-training-cost/SKILL.md +187 -0
- package/bin/skills/tinker-training-cost/scripts/calculate_cost.py +123 -0
- package/bin/skills/torchforge/SKILL.md +433 -0
- package/bin/skills/torchforge/references/api-reference.md +327 -0
- package/bin/skills/torchforge/references/troubleshooting.md +409 -0
- package/bin/skills/torchtitan/SKILL.md +358 -0
- package/bin/skills/torchtitan/references/checkpoint.md +181 -0
- package/bin/skills/torchtitan/references/custom-models.md +258 -0
- package/bin/skills/torchtitan/references/float8.md +133 -0
- package/bin/skills/torchtitan/references/fsdp.md +126 -0
- package/bin/skills/transformer-lens/SKILL.md +346 -0
- package/bin/skills/transformer-lens/references/README.md +54 -0
- package/bin/skills/transformer-lens/references/api.md +362 -0
- package/bin/skills/transformer-lens/references/tutorials.md +339 -0
- package/bin/skills/trl-fine-tuning/SKILL.md +455 -0
- package/bin/skills/trl-fine-tuning/references/dpo-variants.md +227 -0
- package/bin/skills/trl-fine-tuning/references/online-rl.md +82 -0
- package/bin/skills/trl-fine-tuning/references/reward-modeling.md +122 -0
- package/bin/skills/trl-fine-tuning/references/sft-training.md +168 -0
- package/bin/skills/unsloth/SKILL.md +80 -0
- package/bin/skills/unsloth/references/index.md +7 -0
- package/bin/skills/unsloth/references/llms-full.md +16799 -0
- package/bin/skills/unsloth/references/llms-txt.md +12044 -0
- package/bin/skills/unsloth/references/llms.md +82 -0
- package/bin/skills/verl/SKILL.md +391 -0
- package/bin/skills/verl/references/api-reference.md +301 -0
- package/bin/skills/verl/references/troubleshooting.md +391 -0
- package/bin/skills/vllm/SKILL.md +364 -0
- package/bin/skills/vllm/references/optimization.md +226 -0
- package/bin/skills/vllm/references/quantization.md +284 -0
- package/bin/skills/vllm/references/server-deployment.md +255 -0
- package/bin/skills/vllm/references/troubleshooting.md +447 -0
- package/bin/skills/weights-and-biases/SKILL.md +590 -0
- package/bin/skills/weights-and-biases/references/artifacts.md +584 -0
- package/bin/skills/weights-and-biases/references/integrations.md +700 -0
- package/bin/skills/weights-and-biases/references/sweeps.md +847 -0
- package/bin/skills/whisper/SKILL.md +317 -0
- package/bin/skills/whisper/references/languages.md +189 -0
- package/bin/synsc +0 -0
- package/package.json +10 -0
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: crewai-multi-agent
|
|
3
|
+
description: Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
author: Synthetic Sciences
|
|
6
|
+
license: MIT
|
|
7
|
+
tags: [Agents, CrewAI, Multi-Agent, Synthetic Sciencestion, Collaboration, Role-Based, Autonomous, Workflows, Memory, Production]
|
|
8
|
+
dependencies: [crewai>=1.2.0, crewai-tools>=1.2.0]
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# CrewAI - Multi-Agent Synthetic Sciencestion Framework
|
|
12
|
+
|
|
13
|
+
Build teams of autonomous AI agents that collaborate to solve complex tasks.
|
|
14
|
+
|
|
15
|
+
## When to use CrewAI
|
|
16
|
+
|
|
17
|
+
**Use CrewAI when:**
|
|
18
|
+
- Building multi-agent systems with specialized roles
|
|
19
|
+
- Need autonomous collaboration between agents
|
|
20
|
+
- Want role-based task delegation (researcher, writer, analyst)
|
|
21
|
+
- Require sequential or hierarchical process execution
|
|
22
|
+
- Building production workflows with memory and observability
|
|
23
|
+
- Need simpler setup than LangChain/LangGraph
|
|
24
|
+
|
|
25
|
+
**Key features:**
|
|
26
|
+
- **Standalone**: No LangChain dependencies, lean footprint
|
|
27
|
+
- **Role-based**: Agents have roles, goals, and backstories
|
|
28
|
+
- **Dual paradigm**: Crews (autonomous) + Flows (event-driven)
|
|
29
|
+
- **50+ tools**: Web scraping, search, databases, AI services
|
|
30
|
+
- **Memory**: Short-term, long-term, and entity memory
|
|
31
|
+
- **Production-ready**: Tracing, enterprise features
|
|
32
|
+
|
|
33
|
+
**Use alternatives instead:**
|
|
34
|
+
- **LangChain**: General-purpose LLM apps, RAG pipelines
|
|
35
|
+
- **LangGraph**: Complex stateful workflows with cycles
|
|
36
|
+
- **AutoGen**: Microsoft ecosystem, multi-agent conversations
|
|
37
|
+
- **LlamaIndex**: Document Q&A, knowledge retrieval
|
|
38
|
+
|
|
39
|
+
## Quick start
|
|
40
|
+
|
|
41
|
+
### Installation
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
# Core framework
|
|
45
|
+
pip install crewai
|
|
46
|
+
|
|
47
|
+
# With 50+ built-in tools
|
|
48
|
+
pip install 'crewai[tools]'
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Create project with CLI
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
# Create new crew project
|
|
55
|
+
crewai create crew my_project
|
|
56
|
+
cd my_project
|
|
57
|
+
|
|
58
|
+
# Install dependencies
|
|
59
|
+
crewai install
|
|
60
|
+
|
|
61
|
+
# Run the crew
|
|
62
|
+
crewai run
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Simple crew (code-only)
|
|
66
|
+
|
|
67
|
+
```python
|
|
68
|
+
from crewai import Agent, Task, Crew, Process
|
|
69
|
+
|
|
70
|
+
# 1. Define agents
|
|
71
|
+
researcher = Agent(
|
|
72
|
+
role="Senior Research Analyst",
|
|
73
|
+
goal="Discover cutting-edge developments in AI",
|
|
74
|
+
backstory="You are an expert analyst with a keen eye for emerging trends.",
|
|
75
|
+
verbose=True
|
|
76
|
+
)
|
|
77
|
+
|
|
78
|
+
writer = Agent(
|
|
79
|
+
role="Technical Writer",
|
|
80
|
+
goal="Create clear, engaging content about technical topics",
|
|
81
|
+
backstory="You excel at explaining complex concepts to general audiences.",
|
|
82
|
+
verbose=True
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
# 2. Define tasks
|
|
86
|
+
research_task = Task(
|
|
87
|
+
description="Research the latest developments in {topic}. Find 5 key trends.",
|
|
88
|
+
expected_output="A detailed report with 5 bullet points on key trends.",
|
|
89
|
+
agent=researcher
|
|
90
|
+
)
|
|
91
|
+
|
|
92
|
+
write_task = Task(
|
|
93
|
+
description="Write a blog post based on the research findings.",
|
|
94
|
+
expected_output="A 500-word blog post in markdown format.",
|
|
95
|
+
agent=writer,
|
|
96
|
+
context=[research_task] # Uses research output
|
|
97
|
+
)
|
|
98
|
+
|
|
99
|
+
# 3. Create and run crew
|
|
100
|
+
crew = Crew(
|
|
101
|
+
agents=[researcher, writer],
|
|
102
|
+
tasks=[research_task, write_task],
|
|
103
|
+
process=Process.sequential, # Tasks run in order
|
|
104
|
+
verbose=True
|
|
105
|
+
)
|
|
106
|
+
|
|
107
|
+
# 4. Execute
|
|
108
|
+
result = crew.kickoff(inputs={"topic": "AI Agents"})
|
|
109
|
+
print(result.raw)
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Core concepts
|
|
113
|
+
|
|
114
|
+
### Agents - Autonomous workers
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
from crewai import Agent
|
|
118
|
+
|
|
119
|
+
agent = Agent(
|
|
120
|
+
role="Data Scientist", # Job title/role
|
|
121
|
+
goal="Analyze data to find insights", # What they aim to achieve
|
|
122
|
+
backstory="PhD in statistics...", # Background context
|
|
123
|
+
llm="gpt-4o", # LLM to use
|
|
124
|
+
tools=[], # Tools available
|
|
125
|
+
memory=True, # Enable memory
|
|
126
|
+
verbose=True, # Show reasoning
|
|
127
|
+
allow_delegation=True, # Can delegate to others
|
|
128
|
+
max_iter=15, # Max reasoning iterations
|
|
129
|
+
max_rpm=10 # Rate limit
|
|
130
|
+
)
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### Tasks - Units of work
|
|
134
|
+
|
|
135
|
+
```python
|
|
136
|
+
from crewai import Task
|
|
137
|
+
|
|
138
|
+
task = Task(
|
|
139
|
+
description="Analyze the sales data for Q4 2024. {context}",
|
|
140
|
+
expected_output="A summary report with key metrics and trends.",
|
|
141
|
+
agent=analyst, # Assigned agent
|
|
142
|
+
context=[previous_task], # Input from other tasks
|
|
143
|
+
output_file="report.md", # Save to file
|
|
144
|
+
async_execution=False, # Run synchronously
|
|
145
|
+
human_input=False # No human approval needed
|
|
146
|
+
)
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Crews - Teams of agents
|
|
150
|
+
|
|
151
|
+
```python
|
|
152
|
+
from crewai import Crew, Process
|
|
153
|
+
|
|
154
|
+
crew = Crew(
|
|
155
|
+
agents=[researcher, writer, editor], # Team members
|
|
156
|
+
tasks=[research, write, edit], # Tasks to complete
|
|
157
|
+
process=Process.sequential, # Or Process.hierarchical
|
|
158
|
+
verbose=True,
|
|
159
|
+
memory=True, # Enable crew memory
|
|
160
|
+
cache=True, # Cache tool results
|
|
161
|
+
max_rpm=10, # Rate limit
|
|
162
|
+
share_crew=False # Opt-in telemetry
|
|
163
|
+
)
|
|
164
|
+
|
|
165
|
+
# Execute with inputs
|
|
166
|
+
result = crew.kickoff(inputs={"topic": "AI trends"})
|
|
167
|
+
|
|
168
|
+
# Access results
|
|
169
|
+
print(result.raw) # Final output
|
|
170
|
+
print(result.tasks_output) # All task outputs
|
|
171
|
+
print(result.token_usage) # Token consumption
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
## Process types
|
|
175
|
+
|
|
176
|
+
### Sequential (default)
|
|
177
|
+
|
|
178
|
+
Tasks execute in order, each agent completing their task before the next:
|
|
179
|
+
|
|
180
|
+
```python
|
|
181
|
+
crew = Crew(
|
|
182
|
+
agents=[researcher, writer],
|
|
183
|
+
tasks=[research_task, write_task],
|
|
184
|
+
process=Process.sequential # Task 1 → Task 2 → Task 3
|
|
185
|
+
)
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### Hierarchical
|
|
189
|
+
|
|
190
|
+
Auto-creates a manager agent that delegates and coordinates:
|
|
191
|
+
|
|
192
|
+
```python
|
|
193
|
+
crew = Crew(
|
|
194
|
+
agents=[researcher, writer, analyst],
|
|
195
|
+
tasks=[research_task, write_task, analyze_task],
|
|
196
|
+
process=Process.hierarchical, # Manager delegates tasks
|
|
197
|
+
manager_llm="gpt-4o" # LLM for manager
|
|
198
|
+
)
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
## Using tools
|
|
202
|
+
|
|
203
|
+
### Built-in tools (50+)
|
|
204
|
+
|
|
205
|
+
```bash
|
|
206
|
+
pip install 'crewai[tools]'
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
```python
|
|
210
|
+
from crewai_tools import (
|
|
211
|
+
SerperDevTool, # Web search
|
|
212
|
+
ScrapeWebsiteTool, # Web scraping
|
|
213
|
+
FileReadTool, # Read files
|
|
214
|
+
PDFSearchTool, # Search PDFs
|
|
215
|
+
WebsiteSearchTool, # Search websites
|
|
216
|
+
CodeDocsSearchTool, # Search code docs
|
|
217
|
+
YoutubeVideoSearchTool, # Search YouTube
|
|
218
|
+
)
|
|
219
|
+
|
|
220
|
+
# Assign tools to agent
|
|
221
|
+
researcher = Agent(
|
|
222
|
+
role="Researcher",
|
|
223
|
+
goal="Find accurate information",
|
|
224
|
+
backstory="Expert at finding data online.",
|
|
225
|
+
tools=[SerperDevTool(), ScrapeWebsiteTool()]
|
|
226
|
+
)
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### Custom tools
|
|
230
|
+
|
|
231
|
+
```python
|
|
232
|
+
from crewai.tools import BaseTool
|
|
233
|
+
from pydantic import Field
|
|
234
|
+
|
|
235
|
+
class CalculatorTool(BaseTool):
|
|
236
|
+
name: str = "Calculator"
|
|
237
|
+
description: str = "Performs mathematical calculations. Input: expression"
|
|
238
|
+
|
|
239
|
+
def _run(self, expression: str) -> str:
|
|
240
|
+
try:
|
|
241
|
+
result = eval(expression)
|
|
242
|
+
return f"Result: {result}"
|
|
243
|
+
except Exception as e:
|
|
244
|
+
return f"Error: {str(e)}"
|
|
245
|
+
|
|
246
|
+
# Use custom tool
|
|
247
|
+
agent = Agent(
|
|
248
|
+
role="Analyst",
|
|
249
|
+
goal="Perform calculations",
|
|
250
|
+
tools=[CalculatorTool()]
|
|
251
|
+
)
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
## YAML configuration (recommended)
|
|
255
|
+
|
|
256
|
+
### Project structure
|
|
257
|
+
|
|
258
|
+
```
|
|
259
|
+
my_project/
|
|
260
|
+
├── src/my_project/
|
|
261
|
+
│ ├── config/
|
|
262
|
+
│ │ ├── agents.yaml # Agent definitions
|
|
263
|
+
│ │ └── tasks.yaml # Task definitions
|
|
264
|
+
│ ├── crew.py # Crew assembly
|
|
265
|
+
│ └── main.py # Entry point
|
|
266
|
+
└── pyproject.toml
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
### agents.yaml
|
|
270
|
+
|
|
271
|
+
```yaml
|
|
272
|
+
researcher:
|
|
273
|
+
role: "{topic} Senior Data Researcher"
|
|
274
|
+
goal: "Uncover cutting-edge developments in {topic}"
|
|
275
|
+
backstory: >
|
|
276
|
+
You're a seasoned researcher with a knack for uncovering
|
|
277
|
+
the latest developments in {topic}. Known for your ability
|
|
278
|
+
to find relevant information and present it clearly.
|
|
279
|
+
|
|
280
|
+
reporting_analyst:
|
|
281
|
+
role: "Reporting Analyst"
|
|
282
|
+
goal: "Create detailed reports based on research data"
|
|
283
|
+
backstory: >
|
|
284
|
+
You're a meticulous analyst who transforms raw data into
|
|
285
|
+
actionable insights through well-structured reports.
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
### tasks.yaml
|
|
289
|
+
|
|
290
|
+
```yaml
|
|
291
|
+
research_task:
|
|
292
|
+
description: >
|
|
293
|
+
Conduct thorough research about {topic}.
|
|
294
|
+
Find the most relevant information for {year}.
|
|
295
|
+
expected_output: >
|
|
296
|
+
A list with 10 bullet points of the most relevant
|
|
297
|
+
information about {topic}.
|
|
298
|
+
agent: researcher
|
|
299
|
+
|
|
300
|
+
reporting_task:
|
|
301
|
+
description: >
|
|
302
|
+
Review the research and create a comprehensive report.
|
|
303
|
+
Focus on key findings and recommendations.
|
|
304
|
+
expected_output: >
|
|
305
|
+
A detailed report in markdown format with executive
|
|
306
|
+
summary, findings, and recommendations.
|
|
307
|
+
agent: reporting_analyst
|
|
308
|
+
output_file: report.md
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
### crew.py
|
|
312
|
+
|
|
313
|
+
```python
|
|
314
|
+
from crewai import Agent, Crew, Process, Task
|
|
315
|
+
from crewai.project import CrewBase, agent, crew, task
|
|
316
|
+
from crewai_tools import SerperDevTool
|
|
317
|
+
|
|
318
|
+
@CrewBase
|
|
319
|
+
class MyProjectCrew:
|
|
320
|
+
"""My Project crew"""
|
|
321
|
+
|
|
322
|
+
@agent
|
|
323
|
+
def researcher(self) -> Agent:
|
|
324
|
+
return Agent(
|
|
325
|
+
config=self.agents_config['researcher'],
|
|
326
|
+
tools=[SerperDevTool()],
|
|
327
|
+
verbose=True
|
|
328
|
+
)
|
|
329
|
+
|
|
330
|
+
@agent
|
|
331
|
+
def reporting_analyst(self) -> Agent:
|
|
332
|
+
return Agent(
|
|
333
|
+
config=self.agents_config['reporting_analyst'],
|
|
334
|
+
verbose=True
|
|
335
|
+
)
|
|
336
|
+
|
|
337
|
+
@task
|
|
338
|
+
def research_task(self) -> Task:
|
|
339
|
+
return Task(config=self.tasks_config['research_task'])
|
|
340
|
+
|
|
341
|
+
@task
|
|
342
|
+
def reporting_task(self) -> Task:
|
|
343
|
+
return Task(
|
|
344
|
+
config=self.tasks_config['reporting_task'],
|
|
345
|
+
output_file='report.md'
|
|
346
|
+
)
|
|
347
|
+
|
|
348
|
+
@crew
|
|
349
|
+
def crew(self) -> Crew:
|
|
350
|
+
return Crew(
|
|
351
|
+
agents=self.agents,
|
|
352
|
+
tasks=self.tasks,
|
|
353
|
+
process=Process.sequential,
|
|
354
|
+
verbose=True
|
|
355
|
+
)
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
### main.py
|
|
359
|
+
|
|
360
|
+
```python
|
|
361
|
+
from my_project.crew import MyProjectCrew
|
|
362
|
+
|
|
363
|
+
def run():
|
|
364
|
+
inputs = {
|
|
365
|
+
'topic': 'AI Agents',
|
|
366
|
+
'year': 2025
|
|
367
|
+
}
|
|
368
|
+
MyProjectCrew().crew().kickoff(inputs=inputs)
|
|
369
|
+
|
|
370
|
+
if __name__ == "__main__":
|
|
371
|
+
run()
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
## Flows - Event-driven orchestration
|
|
375
|
+
|
|
376
|
+
For complex workflows with conditional logic, use Flows:
|
|
377
|
+
|
|
378
|
+
```python
|
|
379
|
+
from crewai.flow.flow import Flow, listen, start, router
|
|
380
|
+
from pydantic import BaseModel
|
|
381
|
+
|
|
382
|
+
class MyState(BaseModel):
|
|
383
|
+
confidence: float = 0.0
|
|
384
|
+
|
|
385
|
+
class MyFlow(Flow[MyState]):
|
|
386
|
+
@start()
|
|
387
|
+
def gather_data(self):
|
|
388
|
+
return {"data": "collected"}
|
|
389
|
+
|
|
390
|
+
@listen(gather_data)
|
|
391
|
+
def analyze(self, data):
|
|
392
|
+
self.state.confidence = 0.85
|
|
393
|
+
return analysis_crew.kickoff(inputs=data)
|
|
394
|
+
|
|
395
|
+
@router(analyze)
|
|
396
|
+
def decide(self):
|
|
397
|
+
return "high" if self.state.confidence > 0.8 else "low"
|
|
398
|
+
|
|
399
|
+
@listen("high")
|
|
400
|
+
def generate_report(self):
|
|
401
|
+
return report_crew.kickoff()
|
|
402
|
+
|
|
403
|
+
# Run flow
|
|
404
|
+
flow = MyFlow()
|
|
405
|
+
result = flow.kickoff()
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
See [Flows Guide](references/flows.md) for complete documentation.
|
|
409
|
+
|
|
410
|
+
## Memory system
|
|
411
|
+
|
|
412
|
+
```python
|
|
413
|
+
# Enable all memory types
|
|
414
|
+
crew = Crew(
|
|
415
|
+
agents=[researcher],
|
|
416
|
+
tasks=[research_task],
|
|
417
|
+
memory=True, # Enable memory
|
|
418
|
+
embedder={ # Custom embeddings
|
|
419
|
+
"provider": "openai",
|
|
420
|
+
"config": {"model": "text-embedding-3-small"}
|
|
421
|
+
}
|
|
422
|
+
)
|
|
423
|
+
```
|
|
424
|
+
|
|
425
|
+
**Memory types:** Short-term (ChromaDB), Long-term (SQLite), Entity (ChromaDB)
|
|
426
|
+
|
|
427
|
+
## LLM providers
|
|
428
|
+
|
|
429
|
+
```python
|
|
430
|
+
from crewai import LLM
|
|
431
|
+
|
|
432
|
+
llm = LLM(model="gpt-4o") # OpenAI (default)
|
|
433
|
+
llm = LLM(model="claude-sonnet-4-5-20250929") # Anthropic
|
|
434
|
+
llm = LLM(model="ollama/llama3.1", base_url="http://localhost:11434") # Local
|
|
435
|
+
llm = LLM(model="azure/gpt-4o", base_url="https://...") # Azure
|
|
436
|
+
|
|
437
|
+
agent = Agent(role="Analyst", goal="Analyze data", llm=llm)
|
|
438
|
+
```
|
|
439
|
+
|
|
440
|
+
## CrewAI vs alternatives
|
|
441
|
+
|
|
442
|
+
| Feature | CrewAI | LangChain | LangGraph |
|
|
443
|
+
|---------|--------|-----------|-----------|
|
|
444
|
+
| **Best for** | Multi-agent teams | General LLM apps | Stateful workflows |
|
|
445
|
+
| **Learning curve** | Low | Medium | Higher |
|
|
446
|
+
| **Agent paradigm** | Role-based | Tool-based | Graph-based |
|
|
447
|
+
| **Memory** | Built-in | Plugin-based | Custom |
|
|
448
|
+
|
|
449
|
+
## Best practices
|
|
450
|
+
|
|
451
|
+
1. **Clear roles** - Each agent should have a distinct specialty
|
|
452
|
+
2. **YAML config** - Better organization for larger projects
|
|
453
|
+
3. **Enable memory** - Improves context across tasks
|
|
454
|
+
4. **Set max_iter** - Prevent infinite loops (default 15)
|
|
455
|
+
5. **Limit tools** - 3-5 tools per agent max
|
|
456
|
+
6. **Rate limiting** - Set max_rpm to avoid API limits
|
|
457
|
+
|
|
458
|
+
## Common issues
|
|
459
|
+
|
|
460
|
+
**Agent stuck in loop:**
|
|
461
|
+
```python
|
|
462
|
+
agent = Agent(
|
|
463
|
+
role="...",
|
|
464
|
+
max_iter=10, # Limit iterations
|
|
465
|
+
max_rpm=5 # Rate limit
|
|
466
|
+
)
|
|
467
|
+
```
|
|
468
|
+
|
|
469
|
+
**Task not using context:**
|
|
470
|
+
```python
|
|
471
|
+
task2 = Task(
|
|
472
|
+
description="...",
|
|
473
|
+
context=[task1], # Explicitly pass context
|
|
474
|
+
agent=writer
|
|
475
|
+
)
|
|
476
|
+
```
|
|
477
|
+
|
|
478
|
+
**Memory errors:**
|
|
479
|
+
```python
|
|
480
|
+
# Use environment variable for storage
|
|
481
|
+
import os
|
|
482
|
+
os.environ["CREWAI_STORAGE_DIR"] = "./my_storage"
|
|
483
|
+
```
|
|
484
|
+
|
|
485
|
+
## References
|
|
486
|
+
|
|
487
|
+
- **[Flows Guide](references/flows.md)** - Event-driven workflows, state management
|
|
488
|
+
- **[Tools Guide](references/tools.md)** - Built-in tools, custom tools, MCP
|
|
489
|
+
- **[Troubleshooting](references/troubleshooting.md)** - Common issues, debugging
|
|
490
|
+
|
|
491
|
+
## Resources
|
|
492
|
+
|
|
493
|
+
- **GitHub**: https://github.com/crewAIInc/crewAI (25k+ stars)
|
|
494
|
+
- **Docs**: https://docs.crewai.com
|
|
495
|
+
- **Tools**: https://github.com/crewAIInc/crewAI-tools
|
|
496
|
+
- **Examples**: https://github.com/crewAIInc/crewAI-examples
|
|
497
|
+
- **Version**: 1.2.0+
|
|
498
|
+
- **License**: MIT
|