Ainda nao ha planos de preco detalhados para esta ferramenta.
Your Multi Tool for Language TasksBuild AI powered workflows visuallySecurely extend Floneum with isolated WASM pluginsWrite plugins in your language of choiceBuild AI powered workflows with easeFloneum allows you to build workflows that use large language models with a simple drag and drop interfaceSecurely extend Floneum with pluginsFloneum uses WebAssembly to load plugins in a sandboxed environment and provides them with access to only the resources they need instead of giving them full access to the systemYou can write plugins in any language that can be compiled to WebAssembly. Floneum provides ergonomic wrappers for rust, but you can also use C, Java, or Go41 built in pluginsAdd EmbeddingEmbeddingEmbedding DbFormatGenerate TextGenerate Structured TextSearchSearch EngineAdd EmbeddingEmbeddingEmbedding DbFormatGenerate TextGenerate Structured TextSearchSearch EngineAdd EmbeddingEmbeddingEmbedding DbFormatGenerate TextGenerate Structured TextSearchSearch EngineIf StatementContainsWrite To FileRead From FileRun PythonCreate BrowserFind NodeFind Child NodeIf StatementContainsWrite To FileRead From FileRun PythonCreate BrowserFind NodeFind Child NodeIf StatementContainsWrite To FileRead From FileRun PythonCreate BrowserFind NodeFind Child NodeClick NodeNode TextType In NodeNavigate ToGet ArticleRead Rss StreamSplitSliceClick NodeNode TextType In NodeNavigate ToGet ArticleRead Rss StreamSplitSliceClick NodeNode TextType In NodeNavigate ToGet ArticleRead Rss StreamSplitSliceJoinAdd To ListNew ListLengthMore ThanLess ThanEqualsAndJoinAdd To ListNew ListLengthMore ThanLess ThanEqualsAndJoinAdd To ListNew ListLengthMore ThanLess ThanEqualsAndOrNotAddSubtractMultiplyDividePowerNumberOrNotAddSubtractMultiplyDividePowerNumberOrNotAddSubtractMultiplyDividePowerNumberTry Floneum TodayGuideBuild Your First Plugin --- IntroductionFloneum is a graph editor for AI workflows with a focus on community made plugins, local AI and safety.InstallationBefore you get started using Floneum, make sure to download it from the releases page.FeaturesVisual interface: You can use Floneum without any knowledge of programming. The visual graph editor makes it easy to combine community made plugins with local AI modelsInstantly run local large language models: Floneum does not require any external dependencies or even a GPU to run. It uses llm to run large language models locally. Because of this, you can run Floneum with your data without worrying about privacyPlugins: By combining large language models with plugins, you can improve their performance and make models work better for your specific use case. All plugins run in an isolated environment so you don't need to trust any plugins you load. Plugins can only interact with their environment in a safe wayMulti-language plugins: Plugins can use in any language that supports web assembly. In addition to the API that can be accessed in any language, Floneum has a rust wrapper with ergonomic macros that make it simple to create pluginsControlled text generation: Plugins can control the output of the large language models with a process similar to jsonformer or guidance. This allows plugins to force models to output valid json, or any other structure they define. This can be useful when communicating between a language model and a typed APIGuideIf you are looking to use Floneum, you can read the User Documentation.If you are looking to develop plugins for Floneum, you can read the Developer DocumentationIf you are interested in contributing to Floneum, you can read the Contributing Documentation --- FloneumFloneum is a graph editor for AI workflows. It allows you to build workflows using either built in or community plugins.This guide is focused on users of Floneum, if you are interested in expanding Floneum's capibilities with a plugin, the developer guide has more information. --- PluginsYou can extend Floneum using Web Assembly.Plugins can be created in any language that supports WASM. Currently, only Rust has a launage-specific wrapper. If you would like to use another language, you can generate bindings using a tool like wit-bindgen with the WASM interface types defined in the plugin.wit file.

