๐ Ultra-Powerful Multi-Agent AI Coding System โก Maximum Performance โข ๐ง Advanced Orchestration โข ๐ฅ No Limits
iwr -useb https://raw.githubusercontent.com/Gokayofficialtrysolutions/TERMINALIS-V.2/main/install.ps1 | iexRun this command in PowerShell as Administrator and watch the magic happen!
A sophisticated multi-agent AI system with advanced model management, real-time progress tracking, and safetensors support.
- 4 Specialized Agents: Coding, Reasoning, Creative, and General purpose agents
- Smart Agent Selection: Automatically selects the best agent based on task type and content
- Multi-Agent Processing: Option to use multiple agents for complex tasks
- Python Development: CodeGen 2.5 7B specialized for Python code generation
- PineScript Trading: Specialized agent for TradingView PineScript strategies
- General Programming: Support for JavaScript, HTML, and other languages
- Parameter Control: Adjust temperature, tokens, confidence thresholds
- Command History: Persistent history with export capabilities
- Verbosity Control: Toggle detailed processing information
- Session Management: Save and load configurations
python advanced_ui.pypython ascii_interface.pypython agentic_ai_system.py๐ฏ Command> query "Explain machine learning"
๐ฏ Command> python "Create a fibonacci function"
๐ฏ Command> pine "Write a moving average strategy"
๐ฏ Command> status
๐ฏ Command> agents
๐ฏ Command> set temperature=0.8
๐ฏ Command> set max_tokens=4096
๐ฏ Command> params
๐ฏ Command> get temperature
๐ฏ Command> mode creative
๐ฏ Command> mode analysis
๐ฏ Command> mode code
- Type: Primary coding agent
- Specialties: Python, JavaScript, PineScript, General coding
- Best For: Code generation, debugging, programming tasks
- Type: Analysis and logic agent
- Specialties: Analysis, logic, problem-solving, mathematics
- Best For: Complex reasoning, data analysis, mathematical problems
- Type: Creative and storytelling agent
- Specialties: Creative writing, storytelling, brainstorming, marketing
- Best For: Content creation, creative tasks, brainstorming
- Type: General purpose assistant
- Specialties: Conversation, general queries, information, support
- Best For: General questions, conversation, information lookup
| Command | Description | Example |
|---|---|---|
query <text> |
Process query with current mode | query "What is AI?" |
python <code> |
Python code request | python "Create a web scraper" |
pine <script> |
PineScript request | pine "RSI strategy" |
coding <task> |
General coding task | coding "HTML contact form" |
| Command | Description |
|---|---|
mode general |
General queries |
mode code |
Code generation |
mode creative |
Creative writing |
mode analysis |
Deep analysis |
mode conversation |
Conversation mode |
mode planning |
Planning tasks |
| Command | Description | Range |
|---|---|---|
set temperature=X |
Model creativity | 0.1 - 2.0 |
set max_tokens=X |
Response length | 1 - 8192 |
set confidence_threshold=X |
Min confidence | 0.0 - 1.0 |
get <param> |
Show parameter value | - |
params |
Show all parameters | - |
| Command | Description |
|---|---|
status |
Detailed system status |
agents |
Show all agents and specializations |
history [N] |
Show recent commands (default 10) |
clear |
Clear command history |
verbose |
Toggle verbose output |
| Command | Description |
|---|---|
save |
Save current configuration |
export |
Export history to JSON |
load |
Load previous session |
- Automatic selection of CodeGen 2.5 7B for Python tasks
- Secondary reasoning agent (Qwen3) for complex logic
- Optimized for web scraping, data analysis, automation
- Specialized for TradingView strategies and indicators
- Creative agent integration for innovative trading ideas
- Support for Pine Script v5 syntax
- Multi-language support (JavaScript, HTML, CSS, etc.)
- Code review and optimization suggestions
- Best practices and documentation generation
Enable multi-agent processing for complex tasks:
response = await system.process_task(task, task_type, multi_agent=True)Agents can be configured with custom parameters:
- Temperature control for creativity
- Token limits for response length
- Confidence thresholds for quality control
- Automatic saving of command history
- Export capabilities for session analysis
- Configuration persistence across sessions
Agentic AI System/
โโโ agentic_ai_system.py # Core multi-agent system
โโโ advanced_ui.py # Advanced UI with full features
โโโ ascii_interface.py # Simple ASCII interface
โโโ README.md # This documentation
โโโ models/ # Model directory (auto-created)
โโโ agentic_history.pkl # Command history (auto-created)
โโโ agentic_config.json # Configuration (auto-created)
- Python 3.7+
- asyncio support
- Windows/Linux/macOS compatible
- No external dependencies required (uses mock agents)
- Real Model Integration: Connect to actual AI models (Ollama, OpenAI, etc.)
- Web Interface: Browser-based UI for easier access
- Plugin System: Extensible agent architecture
- Cloud Integration: Deploy agents in cloud environments
- Performance Metrics: Detailed agent performance tracking
This is a mock system designed for demonstration. To extend:
- Replace
MockAgentwith real model implementations - Add new agent types in
AgentTypeenum - Extend task types in
TaskTypeenum - Implement new UI features in the interface files
This project is provided as-is for educational and demonstration purposes.
Ready to explore the future of AI agents? ๐
Start with: python advanced_ui.py and type help for a complete command reference!