LICENSE
README.md
pyproject.toml
agent_boilerplate.egg-info/PKG-INFO
agent_boilerplate.egg-info/SOURCES.txt
agent_boilerplate.egg-info/dependency_links.txt
agent_boilerplate.egg-info/entry_points.txt
agent_boilerplate.egg-info/requires.txt
agent_boilerplate.egg-info/top_level.txt
agent_forge/__init__.py
agent_forge/__main__.py
agent_forge/_version.py
agent_forge/cli.py
agent_forge/scaffold.py
core/__init__.py
core/agent_loader.py
core/business_context_schema.py
core/checklist_runner.py
core/competitor_monitor.py
core/context_compactor.py
core/cross_source_analyzer.py
core/guardrails.py
core/logger.py
core/memory_manager.py
core/offer_schema.py
core/output_templates.py
core/pipeline_context.py
core/reference_manager.py
core/research_rag.py
core/research_reporter.py
core/schema.py
core/scorecard_schema.py
core/source_collector.py
core/source_registry.py
core/source_signal_scorer.py
core/web/__init__.py
core/web/quality_scorer.py
core/web/reference_builder.py
core/web/result_normalizer.py
core/web/web_task_router.py
scripts/_common_generation.py
scripts/add_research_source.py
scripts/analyze_cross_source_signals.py
scripts/analyze_source.py
scripts/bump_version.py
scripts/collect_all_sources.py
scripts/collect_source.py
scripts/compact_context.py
scripts/compare_web_tools.py
scripts/crawl_domain.py
scripts/create_agent.py
scripts/extract_webpage.py
scripts/generate_acquisition_plan.py
scripts/generate_avatar_research.py
scripts/generate_business_scorecard.py
scripts/generate_case_study.py
scripts/generate_content_plan.py
scripts/generate_delivery_system.py
scripts/generate_funnel_map.py
scripts/generate_launch_campaign.py
scripts/generate_market_scorecard.py
scripts/generate_meta_ads_plan.py
scripts/generate_meta_ads_strategy.py
scripts/generate_objection_bank.py
scripts/generate_offer_audit.py
scripts/generate_pricing_guarantee_review.py
scripts/generate_proof_engine.py
scripts/generate_sales_script.py
scripts/generate_source_report.py
scripts/generate_value_stack.py
scripts/generate_vsl_events_script.py
scripts/generate_vsl_script.py
scripts/generate_youtube_strategy.py
scripts/monitor_competitor_pages.py
scripts/monitor_competitors.py
scripts/morning_briefing.py
scripts/run_agent.py
scripts/run_checklist.py
scripts/run_evals.py
scripts/run_full_business_build.py
scripts/run_semantic_search.py
scripts/run_web_search.py
scripts/run_weekly_research.py
scripts/screenshot_page.py
scripts/search_research.py
scripts/validate_agent_structure.py
scripts/validate_yaml.py
tests/test_add_research_source.py
tests/test_agent_structure.py
tests/test_business_scorecard.py
tests/test_checklists.py
tests/test_competitor_monitoring.py
tests/test_context_compaction.py
tests/test_cross_source_analyzer.py
tests/test_memory_manager.py
tests/test_mock_search_provider.py
tests/test_mock_semantic_provider.py
tests/test_reference_builder.py
tests/test_reference_manager.py
tests/test_research_sources.py
tests/test_result_normalizer.py
tests/test_scripts_mock_mode.py
tests/test_source_provider_registry.py
tests/test_web_task_router.py
tests/test_web_tool_interfaces.py
tests/test_web_tool_registry.py
tests/test_weekly_research_sources.py
tests/test_yaml_validation.py
tools/__init__.py
tools/adapters/__init__.py
tools/adapters/research_sources/__init__.py
tools/adapters/research_sources/base_source_adapter.py
tools/adapters/research_sources/bg_mamma_adapter.py
tools/adapters/research_sources/bg_mamma_source_provider.py
tools/adapters/research_sources/clickbank_adapter.py
tools/adapters/research_sources/clickbank_source_provider.py
tools/adapters/research_sources/competitor_source_provider.py
tools/adapters/research_sources/custom_source_adapter.py
tools/adapters/research_sources/facebook_ad_library_adapter.py
tools/adapters/research_sources/facebook_ad_library_source_provider.py
tools/adapters/research_sources/github_trends_adapter.py
tools/adapters/research_sources/github_trends_source_provider.py
tools/adapters/research_sources/google_trends_adapter.py
tools/adapters/research_sources/google_trends_source_provider.py
tools/adapters/research_sources/quora_adapter.py
tools/adapters/research_sources/quora_source_provider.py
tools/adapters/research_sources/reddit_adapter.py
tools/adapters/research_sources/reddit_source_provider.py
tools/adapters/research_sources/web_search_adapter.py
tools/adapters/research_sources/web_search_source_provider.py
tools/adapters/research_sources/youtube_adapter.py
tools/adapters/research_sources/youtube_source_provider.py
tools/web/__init__.py
tools/web/crawling/__init__.py
tools/web/crawling/mock_crawler_provider.py
tools/web/crawling/scrapy_crawler_provider.py