![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@toolkitai/magnetic
Advanced tools
magnetic
by Toolkitmagnetic
is a way to run shareable, and reusable tool-powered LLM / agent workflows. We think of it as an agent/workflow runner & package manager for AI tools and workflows, that can easily be run, expanded and combined to powerful effect.
Magnetic is still in Beta and may change at any time.
Clone the repository:
git clone https://github.com/toolkit-ai/magnet-cli-v2.git
Navigate to the project directory:
cd magnet-cli-v2
Install dependencies:
bun install
magnet-context
offers several commands:
run
: Executes a workflowcreate-recipe
: Creates a new recipe (composition of workflows)list-recipes
: Lists available recipes (compositions of workflows)list-models
: Lists available AI modelslist-workflows
: Lists available workflowscreate-workflow
: Creates a new workflow filepipe
: Runs a series of workflows, piping the output of each to the next similar to the UNIX pipe commandagent
: (Coming soon, an agent that composes and runs workflows for you)Example usage:
# Create a new recipe
bun run start create-recipe
# Run a workflow from a recipe file
bun run start run --recipe recipes/project-overview.yaml
# Run a workflow with CLI parameters
bun run start run --workflow generate-knowledge-from-codebase --context.directory . --context.instructions "Please write a project overview" --metadata.title "Project Overview" --metadata.description "Writes an overview of the current project including general pattern, stack, and structure"
# List available workflows
bun run start list-workflows
# Create a new workflow
bun run start create-workflow
# Pipe multiple workflows together
bun run start pipe read-file count-words write-file
To run tests:
bun run test
The tool supports various configuration options, including:
These can be set via command-line options or environment variables.
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
Build and run shareable LLM workflows
The npm package @toolkitai/magnetic receives a total of 2 weekly downloads. As such, @toolkitai/magnetic popularity was classified as not popular.
We found that @toolkitai/magnetic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.