Skip to contents

cassidyr 0.0.0.9000

New Features

  • Added agentic task system with cassidy_agentic_task() for autonomous tool use
    • 7 built-in tools: read_file, write_file, execute_code, list_files, search_files, get_context, describe_data
    • Safe mode by default with interactive approval for risky operations
    • Custom approval callbacks for programmatic control
    • Working directory support for all file operations
  • Added interactive Shiny chat interface with cassidy_app()
    • Conversation persistence with auto-save/load
    • Multiple conversation management
    • Nested file tree for project exploration
    • Data frame selection and context integration
    • Export conversations as markdown
  • Comprehensive context system
  • Core API functionality

Documentation

  • Initial CRAN submission