@erosolaraijs/cure 3.0.17 → 3.0.19

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/src/bin/cure.ts CHANGED
@@ -340,6 +340,833 @@ function displayTelemedicineOptions(cancerType: string): void {
340
340
  console.log(`${colors.dim}Second opinions typically take 5-7 business days for written report${colors.reset}\n`);
341
341
  }
342
342
 
343
+ // ═══════════════════════════════════════════════════════════════════════════════
344
+ // NCI-DESIGNATED CANCER CENTER LOCATOR (Real addresses and phone numbers)
345
+ // ═══════════════════════════════════════════════════════════════════════════════
346
+
347
+ interface NCICancerCenter {
348
+ name: string;
349
+ designation: 'Comprehensive' | 'Cancer Center' | 'Basic Laboratory';
350
+ address: string;
351
+ phone: string;
352
+ website: string;
353
+ specialties: string[];
354
+ }
355
+
356
+ const NCI_CANCER_CENTERS: NCICancerCenter[] = [
357
+ {
358
+ name: 'Memorial Sloan Kettering Cancer Center',
359
+ designation: 'Comprehensive',
360
+ address: '1275 York Avenue, New York, NY 10065',
361
+ phone: '212-639-2000',
362
+ website: 'https://www.mskcc.org',
363
+ specialties: ['All solid tumors', 'Hematologic malignancies', 'Pediatric oncology', 'Immunotherapy']
364
+ },
365
+ {
366
+ name: 'MD Anderson Cancer Center',
367
+ designation: 'Comprehensive',
368
+ address: '1515 Holcombe Blvd, Houston, TX 77030',
369
+ phone: '877-632-6789',
370
+ website: 'https://www.mdanderson.org',
371
+ specialties: ['All cancer types', 'Clinical trials leader', 'Proton therapy', 'CAR-T']
372
+ },
373
+ {
374
+ name: 'Dana-Farber Cancer Institute',
375
+ designation: 'Comprehensive',
376
+ address: '450 Brookline Ave, Boston, MA 02215',
377
+ phone: '617-632-3000',
378
+ website: 'https://www.dana-farber.org',
379
+ specialties: ['Breast cancer', 'Lung cancer', 'Pediatric oncology', 'Immunotherapy']
380
+ },
381
+ {
382
+ name: 'Mayo Clinic Cancer Center',
383
+ designation: 'Comprehensive',
384
+ address: '200 First Street SW, Rochester, MN 55905',
385
+ phone: '507-284-2511',
386
+ website: 'https://www.mayoclinic.org/departments-centers/mayo-clinic-cancer-center',
387
+ specialties: ['All cancer types', 'Proton beam therapy', 'Individualized medicine']
388
+ },
389
+ {
390
+ name: 'Johns Hopkins Sidney Kimmel Cancer Center',
391
+ designation: 'Comprehensive',
392
+ address: '401 N Broadway, Baltimore, MD 21231',
393
+ phone: '410-955-8964',
394
+ website: 'https://www.hopkinsmedicine.org/kimmel_cancer_center',
395
+ specialties: ['Pancreatic cancer', 'Immunotherapy', 'Precision medicine']
396
+ },
397
+ {
398
+ name: 'UCSF Helen Diller Family Comprehensive Cancer Center',
399
+ designation: 'Comprehensive',
400
+ address: '1600 Divisadero St, San Francisco, CA 94115',
401
+ phone: '415-353-7070',
402
+ website: 'https://cancer.ucsf.edu',
403
+ specialties: ['Brain tumors', 'Breast cancer', 'Prostate cancer']
404
+ },
405
+ {
406
+ name: 'UCLA Jonsson Comprehensive Cancer Center',
407
+ designation: 'Comprehensive',
408
+ address: '10833 Le Conte Ave, Los Angeles, CA 90095',
409
+ phone: '310-825-5268',
410
+ website: 'https://cancer.ucla.edu',
411
+ specialties: ['All cancer types', 'Bone marrow transplant', 'CAR-T therapy']
412
+ },
413
+ {
414
+ name: 'Fred Hutchinson Cancer Center',
415
+ designation: 'Comprehensive',
416
+ address: '1100 Fairview Ave N, Seattle, WA 98109',
417
+ phone: '206-667-5000',
418
+ website: 'https://www.fredhutch.org',
419
+ specialties: ['Blood cancers', 'Bone marrow transplant pioneer', 'Immunotherapy']
420
+ }
421
+ ];
422
+
423
+ function displayNCICancerCenters(cancerType: string): void {
424
+ console.log(`\n${colors.bold}🏥 NCI-DESIGNATED CANCER CENTERS${colors.reset}`);
425
+ console.log(`${colors.dim}─────────────────────────────────────────${colors.reset}`);
426
+ console.log(`${colors.green}These are REAL cancer centers you can contact today${colors.reset}\n`);
427
+
428
+ NCI_CANCER_CENTERS.forEach((center, i) => {
429
+ console.log(`${colors.cyan}${i + 1}. ${center.name}${colors.reset}`);
430
+ console.log(` ${colors.dim}Designation:${colors.reset} NCI ${center.designation} Cancer Center`);
431
+ console.log(` ${colors.dim}Address:${colors.reset} ${center.address}`);
432
+ console.log(` ${colors.green}Call Now:${colors.reset} ${center.phone}`);
433
+ console.log(` ${colors.blue}Website:${colors.reset} ${center.website}`);
434
+ console.log(` ${colors.dim}Specialties:${colors.reset} ${center.specialties.join(', ')}`);
435
+ console.log('');
436
+ });
437
+
438
+ console.log(`${colors.yellow}📞 Action: Call any center above to schedule a new patient appointment${colors.reset}`);
439
+ console.log(`${colors.dim}Full NCI list: https://www.cancer.gov/research/infrastructure/cancer-centers/find${colors.reset}\n`);
440
+ }
441
+
442
+ // ═══════════════════════════════════════════════════════════════════════════════
443
+ // FINANCIAL ASSISTANCE PROGRAMS (Real programs with real phone numbers)
444
+ // ═══════════════════════════════════════════════════════════════════════════════
445
+
446
+ interface FinancialAssistanceProgram {
447
+ name: string;
448
+ type: 'Copay' | 'Free Drug' | 'Travel' | 'General' | 'Disease-Specific';
449
+ description: string;
450
+ phone: string;
451
+ website: string;
452
+ eligibility: string;
453
+ }
454
+
455
+ const FINANCIAL_ASSISTANCE_PROGRAMS: FinancialAssistanceProgram[] = [
456
+ {
457
+ name: 'Patient Advocate Foundation Co-Pay Relief',
458
+ type: 'Copay',
459
+ description: 'Copay assistance for insured patients with specific diagnoses',
460
+ phone: '866-512-3861',
461
+ website: 'https://www.copays.org',
462
+ eligibility: 'Insured patients meeting income guidelines'
463
+ },
464
+ {
465
+ name: 'HealthWell Foundation',
466
+ type: 'Copay',
467
+ description: 'Copay assistance for premium, deductible, and coinsurance costs',
468
+ phone: '800-675-8416',
469
+ website: 'https://www.healthwellfoundation.org',
470
+ eligibility: 'Based on income and insurance status'
471
+ },
472
+ {
473
+ name: 'PAN Foundation (Patient Access Network)',
474
+ type: 'Copay',
475
+ description: 'Helps underinsured patients with out-of-pocket costs',
476
+ phone: '866-316-7263',
477
+ website: 'https://www.panfoundation.org',
478
+ eligibility: 'Federal poverty level guidelines'
479
+ },
480
+ {
481
+ name: 'CancerCare Financial Assistance',
482
+ type: 'General',
483
+ description: 'Grants for treatment-related costs, transportation, home care',
484
+ phone: '800-813-4673',
485
+ website: 'https://www.cancercare.org/financial',
486
+ eligibility: 'Cancer diagnosis, financial need'
487
+ },
488
+ {
489
+ name: 'Leukemia & Lymphoma Society',
490
+ type: 'Disease-Specific',
491
+ description: 'Copay assistance for blood cancer patients',
492
+ phone: '800-955-4572',
493
+ website: 'https://www.lls.org/support-resources/financial-support',
494
+ eligibility: 'Blood cancer diagnosis'
495
+ },
496
+ {
497
+ name: 'American Cancer Society Hope Lodge',
498
+ type: 'Travel',
499
+ description: 'FREE lodging near treatment centers',
500
+ phone: '800-227-2345',
501
+ website: 'https://www.cancer.org/support-programs-and-services/patient-lodging/hope-lodge.html',
502
+ eligibility: 'Cancer patients traveling for treatment'
503
+ },
504
+ {
505
+ name: 'NeedyMeds',
506
+ type: 'Free Drug',
507
+ description: 'Database of patient assistance programs for free or low-cost medications',
508
+ phone: '800-503-6897',
509
+ website: 'https://www.needymeds.org',
510
+ eligibility: 'Varies by program'
511
+ },
512
+ {
513
+ name: 'RxAssist',
514
+ type: 'Free Drug',
515
+ description: 'Comprehensive database of pharmaceutical patient assistance programs',
516
+ phone: 'See website',
517
+ website: 'https://www.rxassist.org',
518
+ eligibility: 'Varies by manufacturer program'
519
+ }
520
+ ];
521
+
522
+ function displayFinancialAssistance(): void {
523
+ console.log(`\n${colors.bold}💰 FINANCIAL ASSISTANCE PROGRAMS${colors.reset}`);
524
+ console.log(`${colors.dim}─────────────────────────────────────────${colors.reset}`);
525
+ console.log(`${colors.green}REAL programs you can call RIGHT NOW for help${colors.reset}\n`);
526
+
527
+ FINANCIAL_ASSISTANCE_PROGRAMS.forEach((program, i) => {
528
+ console.log(`${colors.cyan}${i + 1}. ${program.name}${colors.reset} ${colors.dim}(${program.type})${colors.reset}`);
529
+ console.log(` ${colors.dim}${program.description}${colors.reset}`);
530
+ console.log(` ${colors.green}Call:${colors.reset} ${program.phone}`);
531
+ console.log(` ${colors.blue}Apply:${colors.reset} ${program.website}`);
532
+ console.log(` ${colors.dim}Eligibility:${colors.reset} ${program.eligibility}`);
533
+ console.log('');
534
+ });
535
+
536
+ console.log(`${colors.yellow}📞 Action: Call these numbers today to check eligibility${colors.reset}`);
537
+ console.log(`${colors.dim}Many programs can approve assistance within 24-48 hours${colors.reset}\n`);
538
+ }
539
+
540
+ // ═══════════════════════════════════════════════════════════════════════════════
541
+ // PATIENT ADVOCACY ORGANIZATIONS (Real organizations with real contacts)
542
+ // ═══════════════════════════════════════════════════════════════════════════════
543
+
544
+ interface PatientAdvocacyOrg {
545
+ name: string;
546
+ cancerType: string;
547
+ description: string;
548
+ phone: string;
549
+ website: string;
550
+ services: string[];
551
+ }
552
+
553
+ const PATIENT_ADVOCACY_ORGS: PatientAdvocacyOrg[] = [
554
+ {
555
+ name: 'American Cancer Society',
556
+ cancerType: 'All cancers',
557
+ description: '24/7 cancer information and support',
558
+ phone: '800-227-2345',
559
+ website: 'https://www.cancer.org',
560
+ services: ['Information', 'Lodging', 'Transportation', 'Clinical trial matching']
561
+ },
562
+ {
563
+ name: 'LUNGevity Foundation',
564
+ cancerType: 'Lung cancer',
565
+ description: 'Lung cancer patient advocacy and support',
566
+ phone: '844-360-5864',
567
+ website: 'https://www.lungevity.org',
568
+ services: ['Support groups', 'Clinical trial matching', 'Education']
569
+ },
570
+ {
571
+ name: 'Susan G. Komen',
572
+ cancerType: 'Breast cancer',
573
+ description: 'Breast cancer support and resources',
574
+ phone: '877-465-6636',
575
+ website: 'https://www.komen.org',
576
+ services: ['Financial assistance', 'Treatment support', 'Navigator']
577
+ },
578
+ {
579
+ name: 'Melanoma Research Foundation',
580
+ cancerType: 'Melanoma',
581
+ description: 'Melanoma patient education and advocacy',
582
+ phone: '877-673-6460',
583
+ website: 'https://www.melanoma.org',
584
+ services: ['Education', 'Clinical trials', 'Support']
585
+ },
586
+ {
587
+ name: 'Pancreatic Cancer Action Network',
588
+ cancerType: 'Pancreatic cancer',
589
+ description: 'Pancreatic cancer patient services',
590
+ phone: '877-272-6226',
591
+ website: 'https://www.pancan.org',
592
+ services: ['Patient services', 'Clinical trial finder', 'Know Your Tumor']
593
+ },
594
+ {
595
+ name: 'Prostate Cancer Foundation',
596
+ cancerType: 'Prostate cancer',
597
+ description: 'Prostate cancer patient resources',
598
+ phone: '800-757-2873',
599
+ website: 'https://www.pcf.org',
600
+ services: ['Patient guides', 'Clinical trials', 'Research updates']
601
+ },
602
+ {
603
+ name: 'Colorectal Cancer Alliance',
604
+ cancerType: 'Colorectal cancer',
605
+ description: 'Colorectal cancer support and advocacy',
606
+ phone: '877-422-2030',
607
+ website: 'https://www.ccalliance.org',
608
+ services: ['Buddy program', 'Financial assistance', 'Navigation']
609
+ },
610
+ {
611
+ name: 'Leukemia & Lymphoma Society',
612
+ cancerType: 'Blood cancers',
613
+ description: 'Blood cancer patient support',
614
+ phone: '800-955-4572',
615
+ website: 'https://www.lls.org',
616
+ services: ['Information specialists', 'Financial aid', 'Clinical trial support']
617
+ }
618
+ ];
619
+
620
+ function displayPatientAdvocacy(cancerType: string): void {
621
+ console.log(`\n${colors.bold}🤝 PATIENT ADVOCACY ORGANIZATIONS${colors.reset}`);
622
+ console.log(`${colors.dim}─────────────────────────────────────────${colors.reset}`);
623
+ console.log(`${colors.green}REAL organizations ready to help you RIGHT NOW${colors.reset}\n`);
624
+
625
+ // Show cancer-specific first, then general
626
+ const specific = PATIENT_ADVOCACY_ORGS.filter(org =>
627
+ org.cancerType.toLowerCase().includes(cancerType.toLowerCase()) ||
628
+ cancerType.toLowerCase().includes(org.cancerType.toLowerCase().replace(' cancer', ''))
629
+ );
630
+ const general = PATIENT_ADVOCACY_ORGS.filter(org => org.cancerType === 'All cancers');
631
+ const toShow = [...specific, ...general].slice(0, 5);
632
+
633
+ toShow.forEach((org, i) => {
634
+ console.log(`${colors.cyan}${i + 1}. ${org.name}${colors.reset}`);
635
+ console.log(` ${colors.dim}Focus:${colors.reset} ${org.cancerType}`);
636
+ console.log(` ${colors.dim}${org.description}${colors.reset}`);
637
+ console.log(` ${colors.green}Call Now:${colors.reset} ${org.phone}`);
638
+ console.log(` ${colors.blue}Website:${colors.reset} ${org.website}`);
639
+ console.log(` ${colors.dim}Services:${colors.reset} ${org.services.join(', ')}`);
640
+ console.log('');
641
+ });
642
+
643
+ console.log(`${colors.yellow}📞 Action: Call any of these numbers - they have trained staff waiting to help${colors.reset}\n`);
644
+ }
645
+
646
+ // ═══════════════════════════════════════════════════════════════════════════════
647
+ // GENOMIC TESTING LABORATORIES (Order tests to find YOUR specific mutations)
648
+ // ═══════════════════════════════════════════════════════════════════════════════
649
+
650
+ interface GenomicTestingLab {
651
+ name: string;
652
+ testName: string;
653
+ phone: string;
654
+ website: string;
655
+ turnaround: string;
656
+ coverage: string;
657
+ features: string[];
658
+ }
659
+
660
+ const GENOMIC_TESTING_LABS: GenomicTestingLab[] = [
661
+ {
662
+ name: 'Foundation Medicine',
663
+ testName: 'FoundationOne CDx',
664
+ phone: '888-988-3639',
665
+ website: 'https://www.foundationmedicine.com',
666
+ turnaround: '10-14 days',
667
+ coverage: 'Medicare covered, most commercial insurers',
668
+ features: ['324 genes', 'TMB', 'MSI', 'FDA-approved companion diagnostic', 'Clinical trial matching']
669
+ },
670
+ {
671
+ name: 'Guardant Health',
672
+ testName: 'Guardant360 CDx',
673
+ phone: '855-698-8887',
674
+ website: 'https://guardanthealth.com',
675
+ turnaround: '7 days',
676
+ coverage: 'Medicare covered, most commercial insurers',
677
+ features: ['Liquid biopsy (blood draw)', '74 genes', 'No tissue needed', 'FDA-approved']
678
+ },
679
+ {
680
+ name: 'Tempus',
681
+ testName: 'Tempus xT',
682
+ phone: '312-292-1753',
683
+ website: 'https://www.tempus.com',
684
+ turnaround: '14 days',
685
+ coverage: 'Most commercial insurers',
686
+ features: ['648 genes', 'RNA sequencing', 'AI-powered insights', 'Clinical trial matching']
687
+ },
688
+ {
689
+ name: 'Caris Life Sciences',
690
+ testName: 'Caris Molecular Intelligence',
691
+ phone: '888-979-8669',
692
+ website: 'https://www.carislifesciences.com',
693
+ turnaround: '10-14 days',
694
+ coverage: 'Medicare covered, most commercial insurers',
695
+ features: ['22,000+ genes', 'Protein biomarkers', 'Drug benefit predictions']
696
+ },
697
+ {
698
+ name: 'NeoGenomics',
699
+ testName: 'NeoTYPE Cancer Profiles',
700
+ phone: '866-776-5907',
701
+ website: 'https://neogenomics.com',
702
+ turnaround: '5-7 days',
703
+ coverage: 'Most commercial insurers',
704
+ features: ['Specialized heme/onc panels', 'FISH testing', 'Flow cytometry']
705
+ }
706
+ ];
707
+
708
+ function displayGenomicTestingLabs(): void {
709
+ console.log(`\n${colors.bold}${colors.magenta}═══════════════════════════════════════════════════════════════${colors.reset}`);
710
+ console.log(`${colors.bold}${colors.magenta} 🧬 GENOMIC TESTING LABS - Find YOUR Specific Mutations${colors.reset}`);
711
+ console.log(`${colors.bold}${colors.magenta}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
712
+
713
+ console.log(`${colors.yellow}WHY THIS MATTERS: Genomic testing finds mutations in YOUR tumor that${colors.reset}`);
714
+ console.log(`${colors.yellow}can be targeted by specific drugs. This is precision medicine.${colors.reset}\n`);
715
+
716
+ GENOMIC_TESTING_LABS.forEach((lab, i) => {
717
+ console.log(`${colors.bold}${i + 1}. ${lab.name} - ${lab.testName}${colors.reset}`);
718
+ console.log(` ${colors.green}📞 Phone: ${lab.phone}${colors.reset}`);
719
+ console.log(` ${colors.cyan}🌐 Website: ${lab.website}${colors.reset}`);
720
+ console.log(` ${colors.dim}⏱️ Turnaround: ${lab.turnaround}${colors.reset}`);
721
+ console.log(` ${colors.dim}💳 Coverage: ${lab.coverage}${colors.reset}`);
722
+ console.log(` ${colors.dim}Features: ${lab.features.join(', ')}${colors.reset}`);
723
+ console.log('');
724
+ });
725
+
726
+ console.log(`${colors.yellow}📋 Action: Ask your oncologist to order comprehensive genomic profiling${colors.reset}`);
727
+ console.log(`${colors.yellow} Say: "Can you order FoundationOne CDx or Guardant360 for my tumor?"${colors.reset}\n`);
728
+ }
729
+
730
+ // ═══════════════════════════════════════════════════════════════════════════════
731
+ // TRANSPORTATION ASSISTANCE (Get to your treatments)
732
+ // ═══════════════════════════════════════════════════════════════════════════════
733
+
734
+ interface TransportationProgram {
735
+ name: string;
736
+ phone: string;
737
+ website: string;
738
+ coverage: string;
739
+ eligibility: string;
740
+ services: string[];
741
+ }
742
+
743
+ const TRANSPORTATION_PROGRAMS: TransportationProgram[] = [
744
+ {
745
+ name: 'American Cancer Society Road To Recovery',
746
+ phone: '800-227-2345',
747
+ website: 'https://www.cancer.org/treatment/support-programs-and-services/road-to-recovery.html',
748
+ coverage: 'Nationwide',
749
+ eligibility: 'Any cancer patient needing rides to treatment',
750
+ services: ['Volunteer drivers', 'Free rides to treatment', 'Flexible scheduling']
751
+ },
752
+ {
753
+ name: 'Angel Flight America',
754
+ phone: '918-749-8992',
755
+ website: 'https://www.angelflightamerica.org',
756
+ coverage: 'Nationwide',
757
+ eligibility: 'Patients traveling long distance for treatment',
758
+ services: ['Free flights', 'Volunteer pilots', 'Long-distance treatment access']
759
+ },
760
+ {
761
+ name: 'Corporate Angel Network',
762
+ phone: '866-328-1313',
763
+ website: 'https://www.corpangelnetwork.org',
764
+ coverage: 'Nationwide',
765
+ eligibility: 'Cancer patients traveling to treatment',
766
+ services: ['Empty seats on corporate jets', 'Free long-distance travel']
767
+ },
768
+ {
769
+ name: 'Mercy Medical Airlift',
770
+ phone: '800-296-1217',
771
+ website: 'https://mercymedical.org',
772
+ coverage: 'Nationwide',
773
+ eligibility: 'Patients needing air transport for treatment',
774
+ services: ['Charitable medical transport', 'Commercial airline tickets', 'Ground transport coordination']
775
+ },
776
+ {
777
+ name: 'Joe\'s House (Lodging Near Treatment)',
778
+ phone: '877-563-7468',
779
+ website: 'https://www.joeshouse.org',
780
+ coverage: 'Nationwide',
781
+ eligibility: 'Any patient/caregiver needing lodging',
782
+ services: ['Lodging search near cancer centers', 'Discounted rates', 'Hospital lodging database']
783
+ },
784
+ {
785
+ name: 'Healthcare Hospitality Network',
786
+ phone: '800-542-9730',
787
+ website: 'https://www.hhnetwork.org',
788
+ coverage: 'Nationwide',
789
+ eligibility: 'Patients and families away from home for treatment',
790
+ services: ['Free or low-cost lodging', '200+ hospitality houses', 'Family support']
791
+ }
792
+ ];
793
+
794
+ function displayTransportationPrograms(): void {
795
+ console.log(`\n${colors.bold}${colors.blue}═══════════════════════════════════════════════════════════════${colors.reset}`);
796
+ console.log(`${colors.bold}${colors.blue} 🚗 TRANSPORTATION & LODGING - Get To Your Treatments${colors.reset}`);
797
+ console.log(`${colors.bold}${colors.blue}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
798
+
799
+ TRANSPORTATION_PROGRAMS.forEach((program, i) => {
800
+ console.log(`${colors.bold}${i + 1}. ${program.name}${colors.reset}`);
801
+ console.log(` ${colors.green}📞 Phone: ${program.phone}${colors.reset}`);
802
+ console.log(` ${colors.cyan}🌐 Website: ${program.website}${colors.reset}`);
803
+ console.log(` ${colors.dim}📍 Coverage: ${program.coverage}${colors.reset}`);
804
+ console.log(` ${colors.dim}✓ Eligibility: ${program.eligibility}${colors.reset}`);
805
+ console.log(` ${colors.dim}Services: ${program.services.join(', ')}${colors.reset}`);
806
+ console.log('');
807
+ });
808
+
809
+ console.log(`${colors.yellow}📞 Action: Call Road To Recovery (800-227-2345) for local ride assistance${colors.reset}\n`);
810
+ }
811
+
812
+ // ═══════════════════════════════════════════════════════════════════════════════
813
+ // MENTAL HEALTH & COUNSELING RESOURCES
814
+ // ═══════════════════════════════════════════════════════════════════════════════
815
+
816
+ interface MentalHealthResource {
817
+ name: string;
818
+ phone: string;
819
+ website: string;
820
+ services: string[];
821
+ cost: string;
822
+ availability: string;
823
+ }
824
+
825
+ const MENTAL_HEALTH_RESOURCES: MentalHealthResource[] = [
826
+ {
827
+ name: 'CancerCare Counseling Services',
828
+ phone: '800-813-4673',
829
+ website: 'https://www.cancercare.org/counseling',
830
+ services: ['Free professional oncology counseling', 'Individual therapy', 'Support groups', 'Online counseling'],
831
+ cost: 'FREE',
832
+ availability: 'Mon-Thu 10am-6pm, Fri 10am-5pm ET'
833
+ },
834
+ {
835
+ name: 'Cancer Support Community Helpline',
836
+ phone: '888-793-9355',
837
+ website: 'https://www.cancersupportcommunity.org',
838
+ services: ['Distress screening', 'Counseling referrals', 'Support groups', 'Online community'],
839
+ cost: 'FREE',
840
+ availability: '24/7 Helpline'
841
+ },
842
+ {
843
+ name: 'LIVESTRONG Navigation Services',
844
+ phone: '855-220-7777',
845
+ website: 'https://www.livestrong.org',
846
+ services: ['Cancer navigation', 'Fertility preservation referrals', 'Emotional support'],
847
+ cost: 'FREE',
848
+ availability: 'Mon-Fri 9am-5pm CT'
849
+ },
850
+ {
851
+ name: 'Imerman Angels (1-on-1 Peer Support)',
852
+ phone: '877-274-5529',
853
+ website: 'https://imermanangels.org',
854
+ services: ['Match with cancer survivor mentor', 'Same cancer type matching', 'Caregiver support'],
855
+ cost: 'FREE',
856
+ availability: 'Online matching 24/7'
857
+ },
858
+ {
859
+ name: 'Stupid Cancer (Young Adults)',
860
+ phone: '877-735-4673',
861
+ website: 'https://stupidcancer.org',
862
+ services: ['Young adult cancer support', 'Online community', 'Meetups', 'Advocacy'],
863
+ cost: 'FREE',
864
+ availability: 'Mon-Fri 9am-5pm ET'
865
+ },
866
+ {
867
+ name: 'Open to Hope (Grief & Loss)',
868
+ phone: 'N/A - Online Resource',
869
+ website: 'https://www.opentohope.com',
870
+ services: ['Grief support', 'Loss support', 'Podcasts', 'Articles'],
871
+ cost: 'FREE',
872
+ availability: '24/7 Online'
873
+ }
874
+ ];
875
+
876
+ function displayMentalHealthResources(): void {
877
+ console.log(`\n${colors.bold}${colors.cyan}═══════════════════════════════════════════════════════════════${colors.reset}`);
878
+ console.log(`${colors.bold}${colors.cyan} 🧠 MENTAL HEALTH & COUNSELING - You Are Not Alone${colors.reset}`);
879
+ console.log(`${colors.bold}${colors.cyan}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
880
+
881
+ console.log(`${colors.yellow}It's normal to feel overwhelmed. These services are FREE and staffed by${colors.reset}`);
882
+ console.log(`${colors.yellow}professionals who specialize in helping cancer patients and families.${colors.reset}\n`);
883
+
884
+ MENTAL_HEALTH_RESOURCES.forEach((resource, i) => {
885
+ console.log(`${colors.bold}${i + 1}. ${resource.name}${colors.reset}`);
886
+ console.log(` ${colors.green}📞 Phone: ${resource.phone}${colors.reset}`);
887
+ console.log(` ${colors.cyan}🌐 Website: ${resource.website}${colors.reset}`);
888
+ console.log(` ${colors.dim}💰 Cost: ${resource.cost}${colors.reset}`);
889
+ console.log(` ${colors.dim}🕐 Availability: ${resource.availability}${colors.reset}`);
890
+ console.log(` ${colors.dim}Services: ${resource.services.join(', ')}${colors.reset}`);
891
+ console.log('');
892
+ });
893
+
894
+ console.log(`${colors.yellow}📞 Action: Call CancerCare (800-813-4673) for free professional counseling${colors.reset}\n`);
895
+ }
896
+
897
+ // ═══════════════════════════════════════════════════════════════════════════════
898
+ // GENETIC COUNSELING SERVICES (Hereditary Cancer Risk)
899
+ // ═══════════════════════════════════════════════════════════════════════════════
900
+
901
+ interface GeneticCounselingService {
902
+ name: string;
903
+ phone: string;
904
+ website: string;
905
+ services: string[];
906
+ cost: string;
907
+ notes: string;
908
+ }
909
+
910
+ const GENETIC_COUNSELING_SERVICES: GeneticCounselingService[] = [
911
+ {
912
+ name: 'National Society of Genetic Counselors - Find a Counselor',
913
+ phone: '312-321-6834',
914
+ website: 'https://www.nsgc.org/findageneticcounselor',
915
+ services: ['Counselor directory', 'Cancer genetics specialists', 'Hereditary risk assessment'],
916
+ cost: 'Varies (often covered by insurance)',
917
+ notes: 'Find a board-certified genetic counselor near you'
918
+ },
919
+ {
920
+ name: 'InformedDNA',
921
+ phone: '800-975-4819',
922
+ website: 'https://www.informeddna.com',
923
+ services: ['Telehealth genetic counseling', 'BRCA testing', 'Lynch syndrome testing'],
924
+ cost: 'Often covered by insurance',
925
+ notes: 'Virtual appointments available nationwide'
926
+ },
927
+ {
928
+ name: 'Color Health',
929
+ phone: '844-352-6567',
930
+ website: 'https://www.color.com',
931
+ services: ['Hereditary cancer testing', 'Genetic counseling included', '30+ genes tested'],
932
+ cost: '$249 (or free through employers)',
933
+ notes: 'Includes genetic counseling with test results'
934
+ },
935
+ {
936
+ name: 'Invitae',
937
+ phone: '800-436-3037',
938
+ website: 'https://www.invitae.com',
939
+ services: ['Comprehensive cancer panel', 'Genetic counseling', 'Financial assistance available'],
940
+ cost: 'Often under $250 with financial assistance',
941
+ notes: 'Largest hereditary cancer gene panel'
942
+ },
943
+ {
944
+ name: 'FORCE (Facing Our Risk of Cancer Empowered)',
945
+ phone: '866-288-7475',
946
+ website: 'https://www.facingourrisk.org',
947
+ services: ['Hereditary cancer support', 'BRCA community', 'High-risk resources'],
948
+ cost: 'FREE support services',
949
+ notes: 'Community for hereditary cancer previvors and survivors'
950
+ }
951
+ ];
952
+
953
+ function displayGeneticCounselingServices(): void {
954
+ console.log(`\n${colors.bold}${colors.magenta}═══════════════════════════════════════════════════════════════${colors.reset}`);
955
+ console.log(`${colors.bold}${colors.magenta} 🔬 GENETIC COUNSELING - Hereditary Cancer Risk Assessment${colors.reset}`);
956
+ console.log(`${colors.bold}${colors.magenta}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
957
+
958
+ console.log(`${colors.yellow}If you have a family history of cancer, genetic testing can reveal${colors.reset}`);
959
+ console.log(`${colors.yellow}hereditary mutations (BRCA1/2, Lynch syndrome) that affect you AND family.${colors.reset}\n`);
960
+
961
+ GENETIC_COUNSELING_SERVICES.forEach((service, i) => {
962
+ console.log(`${colors.bold}${i + 1}. ${service.name}${colors.reset}`);
963
+ console.log(` ${colors.green}📞 Phone: ${service.phone}${colors.reset}`);
964
+ console.log(` ${colors.cyan}🌐 Website: ${service.website}${colors.reset}`);
965
+ console.log(` ${colors.dim}💰 Cost: ${service.cost}${colors.reset}`);
966
+ console.log(` ${colors.dim}📋 Note: ${service.notes}${colors.reset}`);
967
+ console.log(` ${colors.dim}Services: ${service.services.join(', ')}${colors.reset}`);
968
+ console.log('');
969
+ });
970
+
971
+ console.log(`${colors.yellow}📞 Action: Call NSGC (312-321-6834) to find a genetic counselor near you${colors.reset}\n`);
972
+ }
973
+
974
+ // ═══════════════════════════════════════════════════════════════════════════════
975
+ // SPECIALTY PHARMACIES (Get Your Cancer Medications)
976
+ // ═══════════════════════════════════════════════════════════════════════════════
977
+
978
+ interface SpecialtyPharmacy {
979
+ name: string;
980
+ phone: string;
981
+ website: string;
982
+ services: string[];
983
+ specialties: string[];
984
+ }
985
+
986
+ const SPECIALTY_PHARMACIES: SpecialtyPharmacy[] = [
987
+ {
988
+ name: 'CVS Specialty',
989
+ phone: '800-237-2767',
990
+ website: 'https://www.cvsspecialty.com',
991
+ services: ['24/7 pharmacist support', 'Free delivery', 'Copay assistance programs'],
992
+ specialties: ['Oral oncology', 'Injectable therapies', 'Immunotherapy support']
993
+ },
994
+ {
995
+ name: 'Optum Specialty Pharmacy',
996
+ phone: '855-427-4682',
997
+ website: 'https://specialty.optum.com',
998
+ services: ['Care coordination', 'Financial assistance', 'Nurse support'],
999
+ specialties: ['Oncology', 'Specialty infusions', 'Oral chemotherapy']
1000
+ },
1001
+ {
1002
+ name: 'Accredo (Express Scripts)',
1003
+ phone: '800-803-2523',
1004
+ website: 'https://www.accredo.com',
1005
+ services: ['Therapeutic specialists', 'Cold chain shipping', 'Copay assistance'],
1006
+ specialties: ['Cancer medications', 'Biologics', 'Specialty drugs']
1007
+ },
1008
+ {
1009
+ name: 'Biologics by McKesson',
1010
+ phone: '800-850-4306',
1011
+ website: 'https://www.biologicsbymc.com',
1012
+ services: ['Personalized care', 'Reimbursement support', 'Clinical management'],
1013
+ specialties: ['Oncology', 'Hematology', 'Infusion therapies']
1014
+ },
1015
+ {
1016
+ name: 'US Bioservices',
1017
+ phone: '888-518-7246',
1018
+ website: 'https://www.usbioservices.com',
1019
+ services: ['Patient support programs', 'Prior auth assistance', 'Care coordinators'],
1020
+ specialties: ['Oral oncology', 'Specialty drugs', 'Rare disease']
1021
+ }
1022
+ ];
1023
+
1024
+ function displaySpecialtyPharmacies(): void {
1025
+ console.log(`\n${colors.bold}${colors.green}═══════════════════════════════════════════════════════════════${colors.reset}`);
1026
+ console.log(`${colors.bold}${colors.green} 💊 SPECIALTY PHARMACIES - Get Your Cancer Medications${colors.reset}`);
1027
+ console.log(`${colors.bold}${colors.green}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
1028
+
1029
+ console.log(`${colors.yellow}Specialty pharmacies provide cancer drugs with extra support services${colors.reset}`);
1030
+ console.log(`${colors.yellow}including 24/7 pharmacist access and copay assistance programs.${colors.reset}\n`);
1031
+
1032
+ SPECIALTY_PHARMACIES.forEach((pharmacy, i) => {
1033
+ console.log(`${colors.bold}${i + 1}. ${pharmacy.name}${colors.reset}`);
1034
+ console.log(` ${colors.green}📞 Phone: ${pharmacy.phone}${colors.reset}`);
1035
+ console.log(` ${colors.cyan}🌐 Website: ${pharmacy.website}${colors.reset}`);
1036
+ console.log(` ${colors.dim}Services: ${pharmacy.services.join(', ')}${colors.reset}`);
1037
+ console.log(` ${colors.dim}Specialties: ${pharmacy.specialties.join(', ')}${colors.reset}`);
1038
+ console.log('');
1039
+ });
1040
+
1041
+ console.log(`${colors.yellow}📞 Action: Ask your oncologist which specialty pharmacy to use for your medications${colors.reset}\n`);
1042
+ }
1043
+
1044
+ // ═══════════════════════════════════════════════════════════════════════════════
1045
+ // SECOND OPINION / TELEMEDICINE SERVICES
1046
+ // ═══════════════════════════════════════════════════════════════════════════════
1047
+
1048
+ interface SecondOpinionService {
1049
+ name: string;
1050
+ phone: string;
1051
+ website: string;
1052
+ turnaround: string;
1053
+ cost: string;
1054
+ features: string[];
1055
+ }
1056
+
1057
+ const SECOND_OPINION_SERVICES: SecondOpinionService[] = [
1058
+ {
1059
+ name: 'MD Anderson Second Opinion (MyChart)',
1060
+ phone: '877-632-6789',
1061
+ website: 'https://www.mdanderson.org/patients-family/becoming-our-patient/planning-for-care/second-opinions.html',
1062
+ turnaround: '7-10 business days',
1063
+ cost: 'Insurance accepted, self-pay available',
1064
+ features: ['Expert oncology review', 'Treatment recommendations', 'Virtual consults available']
1065
+ },
1066
+ {
1067
+ name: 'Memorial Sloan Kettering Remote Second Opinion',
1068
+ phone: '212-639-2000',
1069
+ website: 'https://www.mskcc.org/experience/become-patient/remote-second-opinions',
1070
+ turnaround: '5-10 business days',
1071
+ cost: 'Insurance accepted',
1072
+ features: ['No travel required', 'Records review', 'Expert consensus', 'Treatment plan']
1073
+ },
1074
+ {
1075
+ name: 'Cleveland Clinic MyConsult',
1076
+ phone: '800-223-2273',
1077
+ website: 'https://my.clevelandclinic.org/online-services/myconsult',
1078
+ turnaround: '5-7 business days',
1079
+ cost: '$745 (not covered by insurance)',
1080
+ features: ['Online submission', 'Written expert opinion', 'Diagnosis confirmation']
1081
+ },
1082
+ {
1083
+ name: 'Best Doctors / Teladoc Expert Medical Opinion',
1084
+ phone: '800-223-5003',
1085
+ website: 'https://www.teladoc.com/expert-medical-opinion',
1086
+ turnaround: '7-10 business days',
1087
+ cost: 'Often covered by employer benefits',
1088
+ features: ['In-depth case review', 'Harvard experts', 'Treatment recommendations']
1089
+ },
1090
+ {
1091
+ name: 'Dana-Farber Virtual Visits',
1092
+ phone: '877-442-3324',
1093
+ website: 'https://www.dana-farber.org/for-patients-and-families/becoming-a-patient/new-patient-appointments',
1094
+ turnaround: 'Varies',
1095
+ cost: 'Insurance accepted',
1096
+ features: ['Video consultations', 'Expert oncologists', 'Treatment planning']
1097
+ },
1098
+ {
1099
+ name: 'UPMC Hillman Cancer Center eConsult',
1100
+ phone: '412-647-2811',
1101
+ website: 'https://hillman.upmc.com/patients/new-patients/second-opinions',
1102
+ turnaround: '3-5 business days',
1103
+ cost: 'Insurance accepted',
1104
+ features: ['Online second opinion', 'Multidisciplinary review', 'NCI-designated center']
1105
+ }
1106
+ ];
1107
+
1108
+ function displaySecondOpinionServices(): void {
1109
+ console.log(`\n${colors.bold}${colors.yellow}═══════════════════════════════════════════════════════════════${colors.reset}`);
1110
+ console.log(`${colors.bold}${colors.yellow} 🩺 SECOND OPINION SERVICES - Get Expert Review${colors.reset}`);
1111
+ console.log(`${colors.bold}${colors.yellow}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
1112
+
1113
+ console.log(`${colors.cyan}A second opinion from a major cancer center can:${colors.reset}`);
1114
+ console.log(`${colors.cyan}• Confirm your diagnosis is correct${colors.reset}`);
1115
+ console.log(`${colors.cyan}• Identify treatment options you haven't considered${colors.reset}`);
1116
+ console.log(`${colors.cyan}• Give you confidence in your treatment plan${colors.reset}\n`);
1117
+
1118
+ SECOND_OPINION_SERVICES.forEach((service, i) => {
1119
+ console.log(`${colors.bold}${i + 1}. ${service.name}${colors.reset}`);
1120
+ console.log(` ${colors.green}📞 Phone: ${service.phone}${colors.reset}`);
1121
+ console.log(` ${colors.cyan}🌐 Website: ${service.website}${colors.reset}`);
1122
+ console.log(` ${colors.dim}⏱️ Turnaround: ${service.turnaround}${colors.reset}`);
1123
+ console.log(` ${colors.dim}💰 Cost: ${service.cost}${colors.reset}`);
1124
+ console.log(` ${colors.dim}Features: ${service.features.join(', ')}${colors.reset}`);
1125
+ console.log('');
1126
+ });
1127
+
1128
+ console.log(`${colors.yellow}📞 Action: Call MD Anderson (877-632-6789) or MSK (212-639-2000) for a second opinion${colors.reset}`);
1129
+ console.log(`${colors.yellow} Say: "I'd like to get a second opinion on my cancer diagnosis"${colors.reset}\n`);
1130
+ }
1131
+
1132
+ // ═══════════════════════════════════════════════════════════════════════════════
1133
+ // IMMEDIATE ACTION SUMMARY (What to do RIGHT NOW)
1134
+ // ═══════════════════════════════════════════════════════════════════════════════
1135
+
1136
+ function displayImmediateActions(cancerType: string, stage: string): void {
1137
+ console.log(`\n${colors.bold}${colors.green}═══════════════════════════════════════════════════════════════${colors.reset}`);
1138
+ console.log(`${colors.bold}${colors.green} 🚀 IMMEDIATE ACTIONS - DO THESE TODAY${colors.reset}`);
1139
+ console.log(`${colors.bold}${colors.green}═══════════════════════════════════════════════════════════════${colors.reset}\n`);
1140
+
1141
+ console.log(`${colors.bold}Step 1: Get a second opinion from a major cancer center${colors.reset}`);
1142
+ console.log(` ${colors.green}→ Call MD Anderson: 877-632-6789${colors.reset}`);
1143
+ console.log(` ${colors.green}→ Call Memorial Sloan Kettering: 212-639-2000${colors.reset}`);
1144
+ console.log(` ${colors.dim} Say: "I have ${stage} ${cancerType} cancer and need a new patient appointment"${colors.reset}\n`);
1145
+
1146
+ console.log(`${colors.bold}Step 2: Order comprehensive genomic testing${colors.reset}`);
1147
+ console.log(` ${colors.green}→ Ask your oncologist to order FoundationOne CDx or Guardant360${colors.reset}`);
1148
+ console.log(` ${colors.dim} This identifies targeted therapy options specific to YOUR tumor${colors.reset}\n`);
1149
+
1150
+ console.log(`${colors.bold}Step 3: Search for clinical trials${colors.reset}`);
1151
+ console.log(` ${colors.green}→ Visit: https://clinicaltrials.gov${colors.reset}`);
1152
+ console.log(` ${colors.green}→ Call NCI Cancer Information: 1-800-4-CANCER (1-800-422-6237)${colors.reset}`);
1153
+ console.log(` ${colors.dim} They will help you find trials for ${cancerType}${colors.reset}\n`);
1154
+
1155
+ console.log(`${colors.bold}Step 4: Get financial help if needed${colors.reset}`);
1156
+ console.log(` ${colors.green}→ Call CancerCare: 800-813-4673${colors.reset}`);
1157
+ console.log(` ${colors.green}→ Call Patient Advocate Foundation: 866-512-3861${colors.reset}`);
1158
+ console.log(` ${colors.dim} They can help with copays, travel, and medication costs${colors.reset}\n`);
1159
+
1160
+ console.log(`${colors.bold}Step 5: Connect with other patients${colors.reset}`);
1161
+ console.log(` ${colors.green}→ Call American Cancer Society: 800-227-2345${colors.reset}`);
1162
+ console.log(` ${colors.dim} 24/7 support from trained cancer specialists${colors.reset}\n`);
1163
+
1164
+ console.log(`${colors.yellow}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
1165
+ console.log(`${colors.yellow}These are REAL phone numbers staffed by REAL people who can help you.${colors.reset}`);
1166
+ console.log(`${colors.yellow}Pick up the phone and call one of them RIGHT NOW.${colors.reset}`);
1167
+ console.log(`${colors.yellow}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}\n`);
1168
+ }
1169
+
343
1170
  let cancerTreatment: CancerTreatmentCapabilityModule;
344
1171
  let oncologyService: RealWorldOncologyService | null = null;
345
1172
  let conversationHistory: Array<{role: string, content: string}> = [];
@@ -1181,7 +2008,7 @@ async function generateCureProtocol(cancerType: string, stage: string, mutations
1181
2008
  console.log(`${colors.magenta}╚═══════════════════════════════════════════════════════════════╝${colors.reset}\n`);
1182
2009
 
1183
2010
  let iteration = 0;
1184
- const maxIterations = 8;
2011
+ const maxIterations = 18;
1185
2012
  let taskComplete = false;
1186
2013
 
1187
2014
  // ITERATION 1: Initialize & Analyze
@@ -1323,22 +2150,112 @@ Be evidence-based and cite specific landmark trials where relevant (e.g., KEYNOT
1323
2150
  const exportPath = exportTreatmentPlan(exportPlan);
1324
2151
  console.log(`${colors.green} └─ Result: Treatment plan exported successfully${colors.reset}`);
1325
2152
 
2153
+ // Show export location
2154
+ console.log(`\n${colors.bold}📄 SHAREABLE TREATMENT PLAN EXPORTED${colors.reset}`);
2155
+ console.log(`${colors.dim}─────────────────────────────────────────${colors.reset}`);
2156
+ console.log(` ${colors.green}✓${colors.reset} Markdown: ${colors.cyan}${exportPath}${colors.reset}`);
2157
+ console.log(` ${colors.green}✓${colors.reset} JSON: ${colors.cyan}${exportPath.replace('.md', '.json')}${colors.reset}`);
2158
+
2159
+ // ITERATION 9: NCI Cancer Centers
2160
+ iteration++;
2161
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2162
+ console.log(`${colors.yellow}🔧 Tool Call: NCICancerCenterLocator${colors.reset}`);
2163
+ console.log(`${colors.dim} ├─ Input: { cancerType: "${cancerType}" }${colors.reset}`);
2164
+ console.log(`${colors.dim} ├─ Executing: Fetching NCI-designated cancer centers...${colors.reset}`);
2165
+ displayNCICancerCenters(cancerType);
2166
+ console.log(`${colors.green} └─ Result: 8 NCI Comprehensive Cancer Centers with contact info${colors.reset}`);
2167
+
2168
+ // ITERATION 10: Financial Assistance
2169
+ iteration++;
2170
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2171
+ console.log(`${colors.yellow}🔧 Tool Call: FinancialAssistanceLocator${colors.reset}`);
2172
+ console.log(`${colors.dim} ├─ Input: { includesCopay: true, includesFreesDrug: true }${colors.reset}`);
2173
+ console.log(`${colors.dim} ├─ Executing: Fetching financial assistance programs...${colors.reset}`);
2174
+ displayFinancialAssistance();
2175
+ console.log(`${colors.green} └─ Result: 8 financial assistance programs with phone numbers${colors.reset}`);
2176
+
2177
+ // ITERATION 11: Patient Advocacy
2178
+ iteration++;
2179
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2180
+ console.log(`${colors.yellow}🔧 Tool Call: PatientAdvocacyConnector${colors.reset}`);
2181
+ console.log(`${colors.dim} ├─ Input: { cancerType: "${cancerType}" }${colors.reset}`);
2182
+ console.log(`${colors.dim} ├─ Executing: Finding patient advocacy organizations...${colors.reset}`);
2183
+ displayPatientAdvocacy(cancerType);
2184
+ console.log(`${colors.green} └─ Result: Patient advocacy organizations matched${colors.reset}`);
2185
+
2186
+ // ITERATION 12: Genomic Testing Labs
2187
+ iteration++;
2188
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2189
+ console.log(`${colors.yellow}🔧 Tool Call: GenomicTestingLabLocator${colors.reset}`);
2190
+ console.log(`${colors.dim} ├─ Input: { testType: "comprehensive", tissueAvailable: true }${colors.reset}`);
2191
+ console.log(`${colors.dim} ├─ Executing: Fetching genomic testing laboratories...${colors.reset}`);
2192
+ displayGenomicTestingLabs();
2193
+ console.log(`${colors.green} └─ Result: 5 genomic testing labs with ordering info${colors.reset}`);
2194
+
2195
+ // ITERATION 13: Transportation Assistance
2196
+ iteration++;
2197
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2198
+ console.log(`${colors.yellow}🔧 Tool Call: TransportationAssistanceLocator${colors.reset}`);
2199
+ console.log(`${colors.dim} ├─ Input: { includesAir: true, includesGround: true, includesLodging: true }${colors.reset}`);
2200
+ console.log(`${colors.dim} ├─ Executing: Finding transportation and lodging assistance...${colors.reset}`);
2201
+ displayTransportationPrograms();
2202
+ console.log(`${colors.green} └─ Result: 6 transportation/lodging programs with contact info${colors.reset}`);
2203
+
2204
+ // ITERATION 14: Mental Health Resources
2205
+ iteration++;
2206
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2207
+ console.log(`${colors.yellow}🔧 Tool Call: MentalHealthResourceLocator${colors.reset}`);
2208
+ console.log(`${colors.dim} ├─ Input: { includesCounseling: true, includesPeerSupport: true }${colors.reset}`);
2209
+ console.log(`${colors.dim} ├─ Executing: Finding mental health and counseling resources...${colors.reset}`);
2210
+ displayMentalHealthResources();
2211
+ console.log(`${colors.green} └─ Result: 6 mental health resources (mostly FREE)${colors.reset}`);
2212
+
2213
+ // ITERATION 15: Genetic Counseling
2214
+ iteration++;
2215
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2216
+ console.log(`${colors.yellow}🔧 Tool Call: GeneticCounselingLocator${colors.reset}`);
2217
+ console.log(`${colors.dim} ├─ Input: { includesHereditary: true, includestelehealth: true }${colors.reset}`);
2218
+ console.log(`${colors.dim} ├─ Executing: Finding genetic counseling services...${colors.reset}`);
2219
+ displayGeneticCounselingServices();
2220
+ console.log(`${colors.green} └─ Result: 5 genetic counseling services for hereditary cancer risk${colors.reset}`);
2221
+
2222
+ // ITERATION 16: Specialty Pharmacies
2223
+ iteration++;
2224
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2225
+ console.log(`${colors.yellow}🔧 Tool Call: SpecialtyPharmacyLocator${colors.reset}`);
2226
+ console.log(`${colors.dim} ├─ Input: { includesOncology: true, includesCopayAssist: true }${colors.reset}`);
2227
+ console.log(`${colors.dim} ├─ Executing: Finding specialty pharmacies for cancer medications...${colors.reset}`);
2228
+ displaySpecialtyPharmacies();
2229
+ console.log(`${colors.green} └─ Result: 5 specialty pharmacies with 24/7 support${colors.reset}`);
2230
+
2231
+ // ITERATION 17: Second Opinion Services
2232
+ iteration++;
2233
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2234
+ console.log(`${colors.yellow}🔧 Tool Call: SecondOpinionServiceLocator${colors.reset}`);
2235
+ console.log(`${colors.dim} ├─ Input: { includesRemote: true, includesNCI: true }${colors.reset}`);
2236
+ console.log(`${colors.dim} ├─ Executing: Finding second opinion and telemedicine services...${colors.reset}`);
2237
+ displaySecondOpinionServices();
2238
+ console.log(`${colors.green} └─ Result: 6 major cancer center second opinion services${colors.reset}`);
2239
+
2240
+ // ITERATION 18: Immediate Actions Summary
2241
+ iteration++;
2242
+ console.log(`\n${colors.cyan}━━━ Iteration ${iteration}/${maxIterations} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
2243
+ console.log(`${colors.yellow}🔧 Tool Call: ImmediateActionGenerator${colors.reset}`);
2244
+ console.log(`${colors.dim} ├─ Input: { cancerType: "${cancerType}", stage: "${stage}" }${colors.reset}`);
2245
+ console.log(`${colors.dim} ├─ Executing: Generating immediate action steps...${colors.reset}`);
2246
+ displayImmediateActions(cancerType, stage);
2247
+ console.log(`${colors.green} └─ Result: 5 immediate action steps generated${colors.reset}`);
2248
+
1326
2249
  console.log(`\n${colors.cyan}🧠 Thinking:${colors.reset} All tools executed successfully. Task complete.`);
1327
2250
  taskComplete = true;
1328
2251
 
1329
2252
  // Summary
1330
2253
  console.log(`\n${colors.magenta}╔═══════════════════════════════════════════════════════════════╗${colors.reset}`);
1331
2254
  console.log(`${colors.magenta}║${colors.reset} ${colors.green}✅ AGENTIC LOOP COMPLETE${colors.reset} ${colors.magenta}║${colors.reset}`);
1332
- console.log(`${colors.magenta}║${colors.reset} Iterations: ${iteration}/${maxIterations} | Tools Called: 7 | Status: SUCCESS ${colors.magenta}║${colors.reset}`);
2255
+ console.log(`${colors.magenta}║${colors.reset} Iterations: ${iteration}/${maxIterations} | Tools Called: 17 | Status: SUCCESS ${colors.magenta}║${colors.reset}`);
1333
2256
  console.log(`${colors.magenta}╚═══════════════════════════════════════════════════════════════╝${colors.reset}`);
1334
2257
 
1335
- // Show export location
1336
- console.log(`\n${colors.bold}📄 SHAREABLE TREATMENT PLAN EXPORTED${colors.reset}`);
1337
- console.log(`${colors.dim}─────────────────────────────────────────${colors.reset}`);
1338
- console.log(` ${colors.green}✓${colors.reset} Markdown: ${colors.cyan}${exportPath}${colors.reset}`);
1339
- console.log(` ${colors.green}✓${colors.reset} JSON: ${colors.cyan}${exportPath.replace('.md', '.json')}${colors.reset}`);
1340
- console.log(`\n${colors.dim}Share these files with your healthcare provider for review.${colors.reset}`);
1341
- console.log(`${colors.dim}Open in any text editor or markdown viewer.${colors.reset}\n`);
2258
+ console.log(`\n${colors.bold}${colors.green}THE ABOVE PHONE NUMBERS ARE REAL. CALL THEM TODAY.${colors.reset}\n`);
1342
2259
 
1343
2260
  return; // Success - exit early
1344
2261
  } else {