LICENSE
MANIFEST.in
README.md
batch_runner.py
cli.py
fam_constants.py
fam_logging.py
fam_state.py
fam_time.py
model_tools.py
pyproject.toml
rl_cli.py
run_agent.py
toolset_distributions.py
toolsets.py
trajectory_compressor.py
utils.py
acp_adapter/__init__.py
acp_adapter/__main__.py
acp_adapter/auth.py
acp_adapter/entry.py
acp_adapter/events.py
acp_adapter/permissions.py
acp_adapter/server.py
acp_adapter/session.py
acp_adapter/tools.py
agent/__init__.py
agent/anthropic_adapter.py
agent/auxiliary_client.py
agent/context_compressor.py
agent/context_engine.py
agent/context_references.py
agent/copilot_acp_client.py
agent/credential_pool.py
agent/display.py
agent/error_classifier.py
agent/insights.py
agent/manual_compression_feedback.py
agent/memory_manager.py
agent/memory_provider.py
agent/model_metadata.py
agent/models_dev.py
agent/prompt_builder.py
agent/prompt_caching.py
agent/rate_limit_tracker.py
agent/redact.py
agent/retry_utils.py
agent/skill_commands.py
agent/skill_utils.py
agent/smart_model_routing.py
agent/subdirectory_hints.py
agent/title_generator.py
agent/trajectory.py
agent/usage_pricing.py
cron/__init__.py
cron/jobs.py
cron/scheduler.py
fam_cli/__init__.py
fam_cli/auth.py
fam_cli/auth_commands.py
fam_cli/backup.py
fam_cli/banner.py
fam_cli/callbacks.py
fam_cli/claw.py
fam_cli/cli_output.py
fam_cli/clipboard.py
fam_cli/codex_models.py
fam_cli/colors.py
fam_cli/commands.py
fam_cli/config.py
fam_cli/copilot_auth.py
fam_cli/cron.py
fam_cli/curses_ui.py
fam_cli/debug.py
fam_cli/default_soul.py
fam_cli/doctor.py
fam_cli/dump.py
fam_cli/env_loader.py
fam_cli/gateway.py
fam_cli/logs.py
fam_cli/main.py
fam_cli/mcp_config.py
fam_cli/memory_setup.py
fam_cli/model_normalize.py
fam_cli/model_switch.py
fam_cli/models.py
fam_cli/nous_subscription.py
fam_cli/pairing.py
fam_cli/platforms.py
fam_cli/plugins.py
fam_cli/plugins_cmd.py
fam_cli/profiles.py
fam_cli/providers.py
fam_cli/runtime_provider.py
fam_cli/setup.py
fam_cli/skills_config.py
fam_cli/skills_hub.py
fam_cli/skin_engine.py
fam_cli/status.py
fam_cli/tips.py
fam_cli/tools_config.py
fam_cli/uninstall.py
fam_cli/web_server.py
fam_cli/webhook.py
famteam.egg-info/PKG-INFO
famteam.egg-info/SOURCES.txt
famteam.egg-info/dependency_links.txt
famteam.egg-info/entry_points.txt
famteam.egg-info/requires.txt
famteam.egg-info/top_level.txt
gateway/__init__.py
gateway/channel_directory.py
gateway/config.py
gateway/delivery.py
gateway/display_config.py
gateway/hooks.py
gateway/mirror.py
gateway/pairing.py
gateway/restart.py
gateway/run.py
gateway/session.py
gateway/session_context.py
gateway/status.py
gateway/sticker_cache.py
gateway/stream_consumer.py
gateway/builtin_hooks/__init__.py
gateway/builtin_hooks/boot_md.py
gateway/platforms/__init__.py
gateway/platforms/api_server.py
gateway/platforms/base.py
gateway/platforms/bluebubbles.py
gateway/platforms/dingtalk.py
gateway/platforms/discord.py
gateway/platforms/email.py
gateway/platforms/feishu.py
gateway/platforms/helpers.py
gateway/platforms/homeassistant.py
gateway/platforms/matrix.py
gateway/platforms/mattermost.py
gateway/platforms/qqbot.py
gateway/platforms/signal.py
gateway/platforms/slack.py
gateway/platforms/sms.py
gateway/platforms/telegram.py
gateway/platforms/telegram_network.py
gateway/platforms/webhook.py
gateway/platforms/wecom.py
gateway/platforms/wecom_callback.py
gateway/platforms/wecom_crypto.py
gateway/platforms/weixin.py
gateway/platforms/whatsapp.py
optional-skills/DESCRIPTION.md
optional-skills/autonomous-ai-agents/DESCRIPTION.md
optional-skills/autonomous-ai-agents/blackbox/SKILL.md
optional-skills/autonomous-ai-agents/honcho/SKILL.md
optional-skills/blockchain/base/SKILL.md
optional-skills/blockchain/base/scripts/base_client.py
optional-skills/blockchain/solana/SKILL.md
optional-skills/blockchain/solana/scripts/solana_client.py
optional-skills/communication/DESCRIPTION.md
optional-skills/communication/one-three-one-rule/SKILL.md
optional-skills/creative/blender-mcp/SKILL.md
optional-skills/creative/meme-generation/EXAMPLES.md
optional-skills/creative/meme-generation/SKILL.md
optional-skills/creative/meme-generation/scripts/.gitignore
optional-skills/creative/meme-generation/scripts/generate_meme.py
optional-skills/creative/meme-generation/scripts/templates.json
optional-skills/devops/cli/SKILL.md
optional-skills/devops/cli/references/app-discovery.md
optional-skills/devops/cli/references/authentication.md
optional-skills/devops/cli/references/cli-reference.md
optional-skills/devops/cli/references/running-apps.md
optional-skills/devops/docker-management/SKILL.md
optional-skills/email/agentmail/SKILL.md
optional-skills/health/DESCRIPTION.md
optional-skills/health/fitness-nutrition/SKILL.md
optional-skills/health/fitness-nutrition/references/FORMULAS.md
optional-skills/health/fitness-nutrition/scripts/body_calc.py
optional-skills/health/fitness-nutrition/scripts/nutrition_search.py
optional-skills/health/neuroskill-bci/SKILL.md
optional-skills/health/neuroskill-bci/references/api.md
optional-skills/health/neuroskill-bci/references/metrics.md
optional-skills/health/neuroskill-bci/references/protocols.md
optional-skills/mcp/DESCRIPTION.md
optional-skills/mcp/fastmcp/SKILL.md
optional-skills/mcp/fastmcp/references/fastmcp-cli.md
optional-skills/mcp/fastmcp/scripts/scaffold_fastmcp.py
optional-skills/mcp/fastmcp/templates/api_wrapper.py
optional-skills/mcp/fastmcp/templates/database_server.py
optional-skills/mcp/fastmcp/templates/file_processor.py
optional-skills/migration/DESCRIPTION.md
optional-skills/migration/openclaw-migration/SKILL.md
optional-skills/migration/openclaw-migration/scripts/openclaw_to_fam.py
optional-skills/mlops/accelerate/SKILL.md
optional-skills/mlops/accelerate/references/custom-plugins.md
optional-skills/mlops/accelerate/references/megatron-integration.md
optional-skills/mlops/accelerate/references/performance.md
optional-skills/mlops/chroma/SKILL.md
optional-skills/mlops/chroma/references/integration.md
optional-skills/mlops/faiss/SKILL.md
optional-skills/mlops/faiss/references/index_types.md
optional-skills/mlops/fam-atropos-environments/SKILL.md
optional-skills/mlops/fam-atropos-environments/references/agentresult-fields.md
optional-skills/mlops/fam-atropos-environments/references/atropos-base-env.md
optional-skills/mlops/fam-atropos-environments/references/usage-patterns.md
optional-skills/mlops/flash-attention/SKILL.md
optional-skills/mlops/flash-attention/references/benchmarks.md
optional-skills/mlops/flash-attention/references/transformers-integration.md
optional-skills/mlops/huggingface-tokenizers/SKILL.md
optional-skills/mlops/huggingface-tokenizers/references/algorithms.md
optional-skills/mlops/huggingface-tokenizers/references/integration.md
optional-skills/mlops/huggingface-tokenizers/references/pipeline.md
optional-skills/mlops/huggingface-tokenizers/references/training.md
optional-skills/mlops/instructor/SKILL.md
optional-skills/mlops/instructor/references/examples.md
optional-skills/mlops/instructor/references/providers.md
optional-skills/mlops/instructor/references/validation.md
optional-skills/mlops/lambda-labs/SKILL.md
optional-skills/mlops/lambda-labs/references/advanced-usage.md
optional-skills/mlops/lambda-labs/references/troubleshooting.md
optional-skills/mlops/llava/SKILL.md
optional-skills/mlops/llava/references/training.md
optional-skills/mlops/nemo-curator/SKILL.md
optional-skills/mlops/nemo-curator/references/deduplication.md
optional-skills/mlops/nemo-curator/references/filtering.md
optional-skills/mlops/pinecone/SKILL.md
optional-skills/mlops/pinecone/references/deployment.md
optional-skills/mlops/pytorch-lightning/SKILL.md
optional-skills/mlops/pytorch-lightning/references/callbacks.md
optional-skills/mlops/pytorch-lightning/references/distributed.md
optional-skills/mlops/pytorch-lightning/references/hyperparameter-tuning.md
optional-skills/mlops/qdrant/SKILL.md
optional-skills/mlops/qdrant/references/advanced-usage.md
optional-skills/mlops/qdrant/references/troubleshooting.md
optional-skills/mlops/saelens/SKILL.md
optional-skills/mlops/saelens/references/README.md
optional-skills/mlops/saelens/references/api.md
optional-skills/mlops/saelens/references/tutorials.md
optional-skills/mlops/simpo/SKILL.md
optional-skills/mlops/simpo/references/datasets.md
optional-skills/mlops/simpo/references/hyperparameters.md
optional-skills/mlops/simpo/references/loss-functions.md
optional-skills/mlops/slime/SKILL.md
optional-skills/mlops/slime/references/api-reference.md
optional-skills/mlops/slime/references/troubleshooting.md
optional-skills/mlops/tensorrt-llm/SKILL.md
optional-skills/mlops/tensorrt-llm/references/multi-gpu.md
optional-skills/mlops/tensorrt-llm/references/optimization.md
optional-skills/mlops/tensorrt-llm/references/serving.md
optional-skills/mlops/torchtitan/SKILL.md
optional-skills/mlops/torchtitan/references/checkpoint.md
optional-skills/mlops/torchtitan/references/custom-models.md
optional-skills/mlops/torchtitan/references/float8.md
optional-skills/mlops/torchtitan/references/fsdp.md
optional-skills/productivity/canvas/SKILL.md
optional-skills/productivity/canvas/scripts/canvas_api.py
optional-skills/productivity/memento-flashcards/SKILL.md
optional-skills/productivity/memento-flashcards/scripts/memento_cards.py
optional-skills/productivity/memento-flashcards/scripts/youtube_quiz.py
optional-skills/productivity/siyuan/SKILL.md
optional-skills/productivity/telephony/SKILL.md
optional-skills/productivity/telephony/scripts/telephony.py
optional-skills/research/bioinformatics/SKILL.md
optional-skills/research/domain-intel/SKILL.md
optional-skills/research/domain-intel/scripts/domain_intel.py
optional-skills/research/drug-discovery/SKILL.md
optional-skills/research/drug-discovery/references/ADMET_REFERENCE.md
optional-skills/research/drug-discovery/scripts/chembl_target.py
optional-skills/research/drug-discovery/scripts/ro5_screen.py
optional-skills/research/duckduckgo-search/SKILL.md
optional-skills/research/duckduckgo-search/scripts/duckduckgo.sh
optional-skills/research/gitnexus-explorer/SKILL.md
optional-skills/research/gitnexus-explorer/scripts/proxy.mjs
optional-skills/research/parallel-cli/SKILL.md
optional-skills/research/qmd/SKILL.md
optional-skills/research/scrapling/SKILL.md
optional-skills/security/DESCRIPTION.md
optional-skills/security/1password/SKILL.md
optional-skills/security/1password/references/cli-examples.md
optional-skills/security/1password/references/get-started.md
optional-skills/security/oss-forensics/SKILL.md
optional-skills/security/oss-forensics/references/evidence-types.md
optional-skills/security/oss-forensics/references/github-archive-guide.md
optional-skills/security/oss-forensics/references/investigation-templates.md
optional-skills/security/oss-forensics/references/recovery-techniques.md
optional-skills/security/oss-forensics/scripts/evidence-store.py
optional-skills/security/oss-forensics/templates/forensic-report.md
optional-skills/security/oss-forensics/templates/malicious-package-report.md
optional-skills/security/sherlock/SKILL.md
plugins/__init__.py
plugins/context_engine/__init__.py
plugins/memory/__init__.py
plugins/memory/byterover/__init__.py
plugins/memory/hindsight/__init__.py
plugins/memory/holographic/__init__.py
plugins/memory/holographic/holographic.py
plugins/memory/holographic/retrieval.py
plugins/memory/holographic/store.py
plugins/memory/honcho/__init__.py
plugins/memory/honcho/cli.py
plugins/memory/honcho/client.py
plugins/memory/honcho/session.py
plugins/memory/mem0/__init__.py
plugins/memory/openviking/__init__.py
plugins/memory/retaindb/__init__.py
plugins/memory/supermemory/__init__.py
skills/apple/DESCRIPTION.md
skills/apple/apple-notes/SKILL.md
skills/apple/apple-reminders/SKILL.md
skills/apple/findmy/SKILL.md
skills/apple/imessage/SKILL.md
skills/autonomous-ai-agents/DESCRIPTION.md
skills/autonomous-ai-agents/claude-code/SKILL.md
skills/autonomous-ai-agents/codex/SKILL.md
skills/autonomous-ai-agents/fam-agent/SKILL.md
skills/autonomous-ai-agents/opencode/SKILL.md
skills/creative/DESCRIPTION.md
skills/creative/ascii-art/SKILL.md
skills/creative/ascii-video/README.md
skills/creative/ascii-video/SKILL.md
skills/creative/ascii-video/references/architecture.md
skills/creative/ascii-video/references/composition.md
skills/creative/ascii-video/references/effects.md
skills/creative/ascii-video/references/inputs.md
skills/creative/ascii-video/references/optimization.md
skills/creative/ascii-video/references/scenes.md
skills/creative/ascii-video/references/shaders.md
skills/creative/ascii-video/references/troubleshooting.md
skills/creative/creative-ideation/SKILL.md
skills/creative/creative-ideation/references/full-prompt-library.md
skills/creative/excalidraw/SKILL.md
skills/creative/excalidraw/references/colors.md
skills/creative/excalidraw/references/dark-mode.md
skills/creative/excalidraw/references/examples.md
skills/creative/excalidraw/scripts/upload.py
skills/creative/manim-video/README.md
skills/creative/manim-video/SKILL.md
skills/creative/manim-video/references/animation-design-thinking.md
skills/creative/manim-video/references/animations.md
skills/creative/manim-video/references/camera-and-3d.md
skills/creative/manim-video/references/decorations.md
skills/creative/manim-video/references/equations.md
skills/creative/manim-video/references/graphs-and-data.md
skills/creative/manim-video/references/mobjects.md
skills/creative/manim-video/references/paper-explainer.md
skills/creative/manim-video/references/production-quality.md
skills/creative/manim-video/references/rendering.md
skills/creative/manim-video/references/scene-planning.md
skills/creative/manim-video/references/troubleshooting.md
skills/creative/manim-video/references/updaters-and-trackers.md
skills/creative/manim-video/references/visual-design.md
skills/creative/manim-video/scripts/setup.sh
skills/creative/p5js/README.md
skills/creative/p5js/SKILL.md
skills/creative/p5js/references/animation.md
skills/creative/p5js/references/color-systems.md
skills/creative/p5js/references/core-api.md
skills/creative/p5js/references/export-pipeline.md
skills/creative/p5js/references/interaction.md
skills/creative/p5js/references/shapes-and-geometry.md
skills/creative/p5js/references/troubleshooting.md
skills/creative/p5js/references/typography.md
skills/creative/p5js/references/visual-effects.md
skills/creative/p5js/references/webgl-and-3d.md
skills/creative/p5js/scripts/export-frames.js
skills/creative/p5js/scripts/render.sh
skills/creative/p5js/scripts/serve.sh
skills/creative/p5js/scripts/setup.sh
skills/creative/p5js/templates/viewer.html
skills/creative/popular-web-designs/SKILL.md
skills/creative/popular-web-designs/templates/airbnb.md
skills/creative/popular-web-designs/templates/airtable.md
skills/creative/popular-web-designs/templates/apple.md
skills/creative/popular-web-designs/templates/bmw.md
skills/creative/popular-web-designs/templates/cal.md
skills/creative/popular-web-designs/templates/claude.md
skills/creative/popular-web-designs/templates/clay.md
skills/creative/popular-web-designs/templates/clickhouse.md
skills/creative/popular-web-designs/templates/cohere.md
skills/creative/popular-web-designs/templates/coinbase.md
skills/creative/popular-web-designs/templates/composio.md
skills/creative/popular-web-designs/templates/cursor.md
skills/creative/popular-web-designs/templates/elevenlabs.md
skills/creative/popular-web-designs/templates/expo.md
skills/creative/popular-web-designs/templates/figma.md
skills/creative/popular-web-designs/templates/framer.md
skills/creative/popular-web-designs/templates/hashicorp.md
skills/creative/popular-web-designs/templates/ibm.md
skills/creative/popular-web-designs/templates/intercom.md
skills/creative/popular-web-designs/templates/kraken.md
skills/creative/popular-web-designs/templates/linear.app.md
skills/creative/popular-web-designs/templates/lovable.md
skills/creative/popular-web-designs/templates/minimax.md
skills/creative/popular-web-designs/templates/mintlify.md
skills/creative/popular-web-designs/templates/miro.md
skills/creative/popular-web-designs/templates/mistral.ai.md
skills/creative/popular-web-designs/templates/mongodb.md
skills/creative/popular-web-designs/templates/notion.md
skills/creative/popular-web-designs/templates/nvidia.md
skills/creative/popular-web-designs/templates/ollama.md
skills/creative/popular-web-designs/templates/opencode.ai.md
skills/creative/popular-web-designs/templates/pinterest.md
skills/creative/popular-web-designs/templates/posthog.md
skills/creative/popular-web-designs/templates/raycast.md
skills/creative/popular-web-designs/templates/replicate.md
skills/creative/popular-web-designs/templates/resend.md
skills/creative/popular-web-designs/templates/revolut.md
skills/creative/popular-web-designs/templates/runwayml.md
skills/creative/popular-web-designs/templates/sanity.md
skills/creative/popular-web-designs/templates/sentry.md
skills/creative/popular-web-designs/templates/spacex.md
skills/creative/popular-web-designs/templates/spotify.md
skills/creative/popular-web-designs/templates/stripe.md
skills/creative/popular-web-designs/templates/supabase.md
skills/creative/popular-web-designs/templates/superhuman.md
skills/creative/popular-web-designs/templates/together.ai.md
skills/creative/popular-web-designs/templates/uber.md
skills/creative/popular-web-designs/templates/vercel.md
skills/creative/popular-web-designs/templates/voltagent.md
skills/creative/popular-web-designs/templates/warp.md
skills/creative/popular-web-designs/templates/webflow.md
skills/creative/popular-web-designs/templates/wise.md
skills/creative/popular-web-designs/templates/x.ai.md
skills/creative/popular-web-designs/templates/zapier.md
skills/creative/songwriting-and-ai-music/SKILL.md
skills/data-science/DESCRIPTION.md
skills/data-science/jupyter-live-kernel/SKILL.md
skills/devops/webhook-subscriptions/SKILL.md
skills/diagramming/DESCRIPTION.md
skills/dogfood/SKILL.md
skills/dogfood/references/issue-taxonomy.md
skills/dogfood/templates/dogfood-report-template.md
skills/domain/DESCRIPTION.md
skills/email/DESCRIPTION.md
skills/email/himalaya/SKILL.md
skills/email/himalaya/references/configuration.md
skills/email/himalaya/references/message-composition.md
skills/feeds/DESCRIPTION.md
skills/gaming/DESCRIPTION.md
skills/gaming/minecraft-modpack-server/SKILL.md
skills/gaming/pokemon-player/SKILL.md
skills/gifs/DESCRIPTION.md
skills/github/DESCRIPTION.md
skills/github/codebase-inspection/SKILL.md
skills/github/github-auth/SKILL.md
skills/github/github-auth/scripts/gh-env.sh
skills/github/github-code-review/SKILL.md
skills/github/github-code-review/references/review-output-template.md
skills/github/github-issues/SKILL.md
skills/github/github-issues/templates/bug-report.md
skills/github/github-issues/templates/feature-request.md
skills/github/github-pr-workflow/SKILL.md
skills/github/github-pr-workflow/references/ci-troubleshooting.md
skills/github/github-pr-workflow/references/conventional-commits.md
skills/github/github-pr-workflow/templates/pr-body-bugfix.md
skills/github/github-pr-workflow/templates/pr-body-feature.md
skills/github/github-repo-management/SKILL.md
skills/github/github-repo-management/references/github-api-cheatsheet.md
skills/index-cache/anthropics_skills_skills_.json
skills/index-cache/claude_marketplace_anthropics_skills.json
skills/index-cache/lobehub_index.json
skills/index-cache/openai_skills_skills_.json
skills/inference-sh/DESCRIPTION.md
skills/leisure/find-nearby/SKILL.md
skills/leisure/find-nearby/scripts/find_nearby.py
skills/mcp/DESCRIPTION.md
skills/mcp/mcporter/SKILL.md
skills/mcp/native-mcp/SKILL.md
skills/media/DESCRIPTION.md
skills/media/gif-search/SKILL.md
skills/media/heartmula/SKILL.md
skills/media/songsee/SKILL.md
skills/media/youtube-content/SKILL.md
skills/media/youtube-content/references/output-formats.md
skills/media/youtube-content/scripts/fetch_transcript.py
skills/mlops/DESCRIPTION.md
skills/mlops/cloud/DESCRIPTION.md
skills/mlops/cloud/modal/SKILL.md
skills/mlops/cloud/modal/references/advanced-usage.md
skills/mlops/cloud/modal/references/troubleshooting.md
skills/mlops/evaluation/DESCRIPTION.md
skills/mlops/evaluation/lm-evaluation-harness/SKILL.md
skills/mlops/evaluation/lm-evaluation-harness/references/api-evaluation.md
skills/mlops/evaluation/lm-evaluation-harness/references/benchmark-guide.md
skills/mlops/evaluation/lm-evaluation-harness/references/custom-tasks.md
skills/mlops/evaluation/lm-evaluation-harness/references/distributed-eval.md
skills/mlops/evaluation/weights-and-biases/SKILL.md
skills/mlops/evaluation/weights-and-biases/references/artifacts.md
skills/mlops/evaluation/weights-and-biases/references/integrations.md
skills/mlops/evaluation/weights-and-biases/references/sweeps.md
skills/mlops/huggingface-hub/SKILL.md
skills/mlops/inference/DESCRIPTION.md
skills/mlops/inference/gguf/SKILL.md
skills/mlops/inference/gguf/references/advanced-usage.md
skills/mlops/inference/gguf/references/troubleshooting.md
skills/mlops/inference/guidance/SKILL.md
skills/mlops/inference/guidance/references/backends.md
skills/mlops/inference/guidance/references/constraints.md
skills/mlops/inference/guidance/references/examples.md
skills/mlops/inference/llama-cpp/SKILL.md
skills/mlops/inference/llama-cpp/references/optimization.md
skills/mlops/inference/llama-cpp/references/quantization.md
skills/mlops/inference/llama-cpp/references/server.md
skills/mlops/inference/obliteratus/SKILL.md
skills/mlops/inference/obliteratus/references/analysis-modules.md
skills/mlops/inference/obliteratus/references/methods-guide.md
skills/mlops/inference/obliteratus/templates/abliteration-config.yaml
skills/mlops/inference/obliteratus/templates/analysis-study.yaml
skills/mlops/inference/obliteratus/templates/batch-abliteration.yaml
skills/mlops/inference/outlines/SKILL.md
skills/mlops/inference/outlines/references/backends.md
skills/mlops/inference/outlines/references/examples.md
skills/mlops/inference/outlines/references/json_generation.md
skills/mlops/inference/vllm/SKILL.md
skills/mlops/inference/vllm/references/optimization.md
skills/mlops/inference/vllm/references/quantization.md
skills/mlops/inference/vllm/references/server-deployment.md
skills/mlops/inference/vllm/references/troubleshooting.md
skills/mlops/models/DESCRIPTION.md
skills/mlops/models/audiocraft/SKILL.md
skills/mlops/models/audiocraft/references/advanced-usage.md
skills/mlops/models/audiocraft/references/troubleshooting.md
skills/mlops/models/clip/SKILL.md
skills/mlops/models/clip/references/applications.md
skills/mlops/models/segment-anything/SKILL.md
skills/mlops/models/segment-anything/references/advanced-usage.md
skills/mlops/models/segment-anything/references/troubleshooting.md
skills/mlops/models/stable-diffusion/SKILL.md
skills/mlops/models/stable-diffusion/references/advanced-usage.md
skills/mlops/models/stable-diffusion/references/troubleshooting.md
skills/mlops/models/whisper/SKILL.md
skills/mlops/models/whisper/references/languages.md
skills/mlops/research/DESCRIPTION.md
skills/mlops/research/dspy/SKILL.md
skills/mlops/research/dspy/references/examples.md
skills/mlops/research/dspy/references/modules.md
skills/mlops/research/dspy/references/optimizers.md
skills/mlops/training/DESCRIPTION.md
skills/mlops/training/axolotl/SKILL.md
skills/mlops/training/axolotl/references/api.md
skills/mlops/training/axolotl/references/dataset-formats.md
skills/mlops/training/axolotl/references/index.md
skills/mlops/training/axolotl/references/other.md
skills/mlops/training/grpo-rl-training/README.md
skills/mlops/training/grpo-rl-training/SKILL.md
skills/mlops/training/grpo-rl-training/templates/basic_grpo_training.py
skills/mlops/training/peft/SKILL.md
skills/mlops/training/peft/references/advanced-usage.md
skills/mlops/training/peft/references/troubleshooting.md
skills/mlops/training/pytorch-fsdp/SKILL.md
skills/mlops/training/pytorch-fsdp/references/index.md
skills/mlops/training/pytorch-fsdp/references/other.md
skills/mlops/training/trl-fine-tuning/SKILL.md
skills/mlops/training/trl-fine-tuning/references/dpo-variants.md
skills/mlops/training/trl-fine-tuning/references/online-rl.md
skills/mlops/training/trl-fine-tuning/references/reward-modeling.md
skills/mlops/training/trl-fine-tuning/references/sft-training.md
skills/mlops/training/unsloth/SKILL.md
skills/mlops/training/unsloth/references/index.md
skills/mlops/training/unsloth/references/llms-full.md
skills/mlops/training/unsloth/references/llms-txt.md
skills/mlops/training/unsloth/references/llms.md
skills/mlops/vector-databases/DESCRIPTION.md
skills/note-taking/DESCRIPTION.md
skills/note-taking/obsidian/SKILL.md
skills/productivity/DESCRIPTION.md
skills/productivity/google-workspace/SKILL.md
skills/productivity/google-workspace/references/gmail-search-syntax.md
skills/productivity/google-workspace/scripts/google_api.py
skills/productivity/google-workspace/scripts/gws_bridge.py
skills/productivity/google-workspace/scripts/setup.py
skills/productivity/linear/SKILL.md
skills/productivity/nano-pdf/SKILL.md
skills/productivity/notion/SKILL.md
skills/productivity/notion/references/block-types.md
skills/productivity/ocr-and-documents/DESCRIPTION.md
skills/productivity/ocr-and-documents/SKILL.md
skills/productivity/ocr-and-documents/scripts/extract_marker.py
skills/productivity/ocr-and-documents/scripts/extract_pymupdf.py
skills/productivity/powerpoint/LICENSE.txt
skills/productivity/powerpoint/SKILL.md
skills/productivity/powerpoint/editing.md
skills/productivity/powerpoint/pptxgenjs.md
skills/productivity/powerpoint/scripts/__init__.py
skills/productivity/powerpoint/scripts/add_slide.py
skills/productivity/powerpoint/scripts/clean.py
skills/productivity/powerpoint/scripts/office/pack.py
skills/productivity/powerpoint/scripts/office/helpers/__init__.py
skills/productivity/powerpoint/scripts/office/helpers/merge_runs.py
skills/productivity/powerpoint/scripts/office/helpers/simplify_redlines.py
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-contentTypes.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-coreProperties.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-digSig.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-relationships.xsd
skills/productivity/powerpoint/scripts/office/schemas/mce/mc.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2010.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2012.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2018.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-cex-2018.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-cid-2016.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-symex-2015.xsd
skills/red-teaming/godmode/SKILL.md
skills/red-teaming/godmode/references/jailbreak-templates.md
skills/red-teaming/godmode/references/refusal-detection.md
skills/red-teaming/godmode/scripts/auto_jailbreak.py
skills/red-teaming/godmode/scripts/godmode_race.py
skills/red-teaming/godmode/scripts/load_godmode.py
skills/red-teaming/godmode/scripts/parseltongue.py
skills/red-teaming/godmode/templates/prefill-subtle.json
skills/red-teaming/godmode/templates/prefill.json
skills/research/DESCRIPTION.md
skills/research/arxiv/SKILL.md
skills/research/arxiv/scripts/search_arxiv.py
skills/research/blogwatcher/SKILL.md
skills/research/llm-wiki/SKILL.md
skills/research/polymarket/SKILL.md
skills/research/polymarket/references/api-endpoints.md
skills/research/polymarket/scripts/polymarket.py
skills/research/research-paper-writing/SKILL.md
skills/research/research-paper-writing/references/autoreason-methodology.md
skills/research/research-paper-writing/references/checklists.md
skills/research/research-paper-writing/references/citation-workflow.md
skills/research/research-paper-writing/references/experiment-patterns.md
skills/research/research-paper-writing/references/human-evaluation.md
skills/research/research-paper-writing/references/paper-types.md
skills/research/research-paper-writing/references/reviewer-guidelines.md
skills/research/research-paper-writing/references/sources.md
skills/research/research-paper-writing/references/writing-guide.md
skills/research/research-paper-writing/templates/README.md
skills/research/research-paper-writing/templates/aaai2026/README.md
skills/research/research-paper-writing/templates/aaai2026/aaai2026-unified-supp.tex
skills/research/research-paper-writing/templates/aaai2026/aaai2026-unified-template.tex
skills/research/research-paper-writing/templates/aaai2026/aaai2026.bib
skills/research/research-paper-writing/templates/aaai2026/aaai2026.bst
skills/research/research-paper-writing/templates/aaai2026/aaai2026.sty
skills/research/research-paper-writing/templates/acl/README.md
skills/research/research-paper-writing/templates/acl/acl.sty
skills/research/research-paper-writing/templates/acl/acl_latex.tex
skills/research/research-paper-writing/templates/acl/acl_lualatex.tex
skills/research/research-paper-writing/templates/acl/acl_natbib.bst
skills/research/research-paper-writing/templates/acl/anthology.bib.txt
skills/research/research-paper-writing/templates/acl/custom.bib
skills/research/research-paper-writing/templates/acl/formatting.md
skills/research/research-paper-writing/templates/colm2025/README.md
skills/research/research-paper-writing/templates/colm2025/colm2025_conference.bib
skills/research/research-paper-writing/templates/colm2025/colm2025_conference.bst
skills/research/research-paper-writing/templates/colm2025/colm2025_conference.pdf
skills/research/research-paper-writing/templates/colm2025/colm2025_conference.sty
skills/research/research-paper-writing/templates/colm2025/colm2025_conference.tex
skills/research/research-paper-writing/templates/colm2025/fancyhdr.sty
skills/research/research-paper-writing/templates/colm2025/math_commands.tex
skills/research/research-paper-writing/templates/colm2025/natbib.sty
skills/research/research-paper-writing/templates/iclr2026/fancyhdr.sty
skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.bib
skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.bst
skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.pdf
skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.sty
skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.tex
skills/research/research-paper-writing/templates/iclr2026/math_commands.tex
skills/research/research-paper-writing/templates/iclr2026/natbib.sty
skills/research/research-paper-writing/templates/icml2026/algorithm.sty
skills/research/research-paper-writing/templates/icml2026/algorithmic.sty
skills/research/research-paper-writing/templates/icml2026/example_paper.bib
skills/research/research-paper-writing/templates/icml2026/example_paper.pdf
skills/research/research-paper-writing/templates/icml2026/example_paper.tex
skills/research/research-paper-writing/templates/icml2026/fancyhdr.sty
skills/research/research-paper-writing/templates/icml2026/icml2026.bst
skills/research/research-paper-writing/templates/icml2026/icml2026.sty
skills/research/research-paper-writing/templates/icml2026/icml_numpapers.pdf
skills/research/research-paper-writing/templates/neurips2025/Makefile
skills/research/research-paper-writing/templates/neurips2025/extra_pkgs.tex
skills/research/research-paper-writing/templates/neurips2025/main.tex
skills/research/research-paper-writing/templates/neurips2025/neurips.sty
skills/smart-home/DESCRIPTION.md
skills/smart-home/openhue/SKILL.md
skills/social-media/DESCRIPTION.md
skills/social-media/xitter/SKILL.md
skills/software-development/plan/SKILL.md
skills/software-development/requesting-code-review/SKILL.md
skills/software-development/subagent-driven-development/SKILL.md
skills/software-development/systematic-debugging/SKILL.md
skills/software-development/test-driven-development/SKILL.md
skills/software-development/writing-plans/SKILL.md
tests/test_batch_runner_checkpoint.py
tests/test_cli_file_drop.py
tests/test_cli_skin_integration.py
tests/test_ctx_halving_fix.py
tests/test_empty_model_fallback.py
tests/test_evidence_store.py
tests/test_fam_constants.py
tests/test_fam_logging.py
tests/test_fam_state.py
tests/test_honcho_client_config.py
tests/test_ipv4_preference.py
tests/test_mcp_serve.py
tests/test_minisweagent_path.py
tests/test_model_picker_scroll.py
tests/test_model_tools.py
tests/test_model_tools_async_bridge.py
tests/test_ollama_num_ctx.py
tests/test_packaging_metadata.py
tests/test_project_metadata.py
tests/test_retry_utils.py
tests/test_sql_injection.py
tests/test_subprocess_home_isolation.py
tests/test_timezone.py
tests/test_toolset_distributions.py
tests/test_toolsets.py
tests/test_trajectory_compressor.py
tests/test_trajectory_compressor_async.py
tests/test_utils_truthy_values.py
tools/__init__.py
tools/ansi_strip.py
tools/approval.py
tools/binary_extensions.py
tools/browser_camofox.py
tools/browser_camofox_state.py
tools/browser_tool.py
tools/budget_config.py
tools/checkpoint_manager.py
tools/clarify_tool.py
tools/code_execution_tool.py
tools/credential_files.py
tools/cronjob_tools.py
tools/debug_helpers.py
tools/delegate_tool.py
tools/env_passthrough.py
tools/file_operations.py
tools/file_tools.py
tools/fuzzy_match.py
tools/homeassistant_tool.py
tools/image_generation_tool.py
tools/interrupt.py
tools/managed_tool_gateway.py
tools/mcp_oauth.py
tools/mcp_tool.py
tools/memory_tool.py
tools/mixture_of_agents_tool.py
tools/neutts_synth.py
tools/openrouter_client.py
tools/osv_check.py
tools/patch_parser.py
tools/path_security.py
tools/process_registry.py
tools/registry.py
tools/rl_training_tool.py
tools/send_message_tool.py
tools/session_search_tool.py
tools/skill_manager_tool.py
tools/skills_guard.py
tools/skills_hub.py
tools/skills_sync.py
tools/skills_tool.py
tools/terminal_tool.py
tools/tirith_security.py
tools/todo_tool.py
tools/tool_backend_helpers.py
tools/tool_result_storage.py
tools/transcription_tools.py
tools/tts_tool.py
tools/url_safety.py
tools/vision_tools.py
tools/voice_mode.py
tools/web_tools.py
tools/website_policy.py
tools/browser_providers/__init__.py
tools/browser_providers/base.py
tools/browser_providers/browser_use.py
tools/browser_providers/browserbase.py
tools/browser_providers/firecrawl.py
tools/environments/__init__.py
tools/environments/base.py
tools/environments/daytona.py
tools/environments/docker.py
tools/environments/file_sync.py
tools/environments/local.py
tools/environments/managed_modal.py
tools/environments/modal.py
tools/environments/modal_utils.py
tools/environments/singularity.py
tools/environments/ssh.py