Colloquium
Scripting AI has never been simpler
#URI https://api.openai.com/v1
#TRANSLATOR openai
#MODEL gpt-4
#TOOL fileaccess
#TOOL keyvaluestore
#ATTACH "code.bundle" TheCode
#RUN refactor_01_generate_ideas.qb TheCode "refactor_ideas.txt"
#ITERATE refactor_02_evaluate_ideas.qb "refactor_ideas.txt" "refactor_good_ideas.txt"
#RUN refactor_03_report.qb "refactor_good_ideas.txt" "refactor_plan.txt"
Simple Scripting
Write and execute AI scripts with intuitive commands and seamless API integration.
Context Management
Automatically manage conversation context, remove irrelevant messages, and optimize API usage.
API Flexibility
Compatible with OpenAI-style APIs and customizable for different LLM providers.