Skip to content

Fractalic is a framework for building AI agents and programming LLMs using natural language over Markdown and YAML. It enables structured execution, context management, and process automation with full transparency, traceability, and replayability.

License

Notifications You must be signed in to change notification settings

fractalic-ai/fractalic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractalic updating in progress

Hello, repo updating is in progress. Please wait for a while.

Requirments

Important: please ensure you have Git installed on your system. Git dependecy would be removed in future releases. Sessions would be stored on .zip or .tar.gz files.

Installation

git clone https://github.com/fractalic-ai/fractalic.git && \
cd fractalic && \
python3 -m venv venv && \
source venv/bin/activate && \
pip install -r requirements.txt

Running fractalic backend server

Required for UI to work. Please run the following command in the terminal.

./run_server.sh

Settings

First time you run the UI, settings.toml would be created required for parser (at least while working from UI, if you are using it headless from CLI - you can use script CLI params). You should select default provider and enter env keys for external providers (repicate, tavily and etc).

About

Fractalic is a framework for building AI agents and programming LLMs using natural language over Markdown and YAML. It enables structured execution, context management, and process automation with full transparency, traceability, and replayability.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published