diff --git a/IMAGE_SPECIFICATIONS.md b/IMAGE_SPECIFICATIONS.md index d02cb23..389a726 100644 --- a/IMAGE_SPECIFICATIONS.md +++ b/IMAGE_SPECIFICATIONS.md @@ -27,7 +27,7 @@ Location: `/images/` - **Content**: Grid of small agent icons or workflow diagram - **Style**: Clean icons representing different agent types - **Text**: Include "Agent Examples", icons for research, legal, marketing, healthcare -- **Colors**: Consistent with site theme (#1a73e8, #ff6b6b for alpha tags) +- **Colors**: Consistent with site theme (#1a73e8, #ff6b6b for Experiment tags) #### **eax-router-preview.png** - **Size**: 400×240px @@ -84,13 +84,13 @@ Location: `/experiments/images/` (optional enhancement) - **Content**: Flowchart showing constraint adaptation process - **Style**: Clean flowchart with decision points and feedback loops -### 4. Alpha/Experimental Badges +### 4. Experiment/Experimental Badges Location: Inline SVG or small PNG icons -#### **alpha-badge.svg** +#### **experiment-badge.svg** - **Size**: 60×20px - **Format**: SVG -- **Content**: "ALPHA" text with warning icon +- **Content**: "EXPERIMENT" text with warning icon - **Colors**: Red background (#ff6b6b), white text #### **experimental-icon.svg** @@ -106,7 +106,7 @@ Location: Inline SVG or small PNG icons - **Secondary**: #5f6368 (Gray) - **Background**: #ffffff (White) - **Accent**: #f8f9fa (Light Gray) -- **Alpha/Warning**: #ff6b6b (Red) +- **Experiment/Warning**: #ff6b6b (Red) - **Success**: #34a853 (Green) ### Typography @@ -121,10 +121,10 @@ Location: Inline SVG or small PNG icons - **Modern & Clean**: Minimal design with plenty of whitespace - **Professional**: Academic/research aesthetic - **Consistent**: All images should feel cohesive -- **Alpha Emphasis**: Clear experimental/research indicators +- **Experiment Emphasis**: Clear experimental/research indicators ### Content Requirements -- All images should include "ALPHA" or "Experimental" indicators +- All images should include "EXPERIMENT" or "Experimental" indicators - Avoid production/commercial language - Include research/lab iconography where appropriate - Maintain technical accuracy while emphasizing experimental nature @@ -159,5 +159,5 @@ The CSS includes styled placeholders for missing images: ## Notes - All images should emphasize the experimental/research nature - Avoid suggesting production readiness -- Include alpha/experimental indicators where appropriate +- Include experiment/experimental indicators where appropriate - Maintain visual consistency across all images \ No newline at end of file diff --git a/experiments/eax-marketplace.html b/experiments/eax-marketplace.html index 09391ae..78ffd06 100644 --- a/experiments/eax-marketplace.html +++ b/experiments/eax-marketplace.html @@ -100,14 +100,14 @@

Evolving Agents Labs

🧪 EXPERIMENTAL AGENT COLLABORATION
-

EAX Marketplace ALPHA

+

EAX Marketplace EXPERIMENT

An experimental, decentralized auction protocol for AI agent collaboration. Research into dynamic multi-agent task allocation through competitive bidding systems.

- ⚠️ Experimental Research - This project explores decentralized agent coordination and will remain permanently in alpha status. + ⚠️ Experimental Research - This project explores decentralized agent coordination and will remain permanently in experiment status.

diff --git a/experiments/eax-router.html b/experiments/eax-router.html index 7506cf1..b2b57ec 100644 --- a/experiments/eax-router.html +++ b/experiments/eax-router.html @@ -74,14 +74,14 @@

Evolving Agents Labs

🧪 EXPERIMENTAL LLM ROUTING
-

EAX Router ALPHA

+

EAX Router EXPERIMENT

An experimental, intelligent, and pluggable routing layer for Large Language Models. Research into dynamic model selection based on cost, latency, or quality priorities.

- ⚠️ Experimental Research - This project explores intelligent routing concepts and will remain permanently in alpha status. + ⚠️ Experimental Research - This project explores intelligent routing concepts and will remain permanently in experiment status.

diff --git a/experiments/llmunix.html b/experiments/llmunix.html index 6f2ea9c..c9e5ea7 100644 --- a/experiments/llmunix.html +++ b/experiments/llmunix.html @@ -96,14 +96,14 @@

Evolving Agents Labs

🧪 EXPERIMENTAL AI OPERATING SYSTEM
-

LLMunix ALPHA

+

LLMunix EXPERIMENT

An experimental Pure Markdown Operating System research project where everything is either an agent or tool defined in markdown documents. Gemini CLI serves as the runtime engine interpreting these markdown specifications.

- ⚠️ Experimental Research - This project is a research prototype and will remain permanently in alpha status. + ⚠️ Experimental Research - This project is a research prototype and will remain permanently in experiment status.

diff --git a/experiments/sal-cp.html b/experiments/sal-cp.html index 9a706d3..4599b6c 100644 --- a/experiments/sal-cp.html +++ b/experiments/sal-cp.html @@ -88,14 +88,14 @@

Evolving Agents Labs

🧪 EXPERIMENTAL COMMUNICATION PROTOCOL
-

SAL-CP ALPHA

+

SAL-CP EXPERIMENT

Self-Aware LLM Communication Protocol - An experimental, rich context communication protocol for collaborative AI agents. Research into contextual agent-to-agent messaging.

- ⚠️ Experimental Research - This project explores rich context communication and will remain permanently in alpha status. + ⚠️ Experimental Research - This project explores rich context communication and will remain permanently in experiment status.

diff --git a/images/experiment-badge.svg b/images/experiment-badge.svg new file mode 100644 index 0000000..1faa9f8 --- /dev/null +++ b/images/experiment-badge.svg @@ -0,0 +1,4 @@ + + + EXPERIMENT + diff --git a/index.html b/index.html index 26b8b08..2b83e54 100644 --- a/index.html +++ b/index.html @@ -25,11 +25,11 @@

Evolving Agents Labs

-

Building the Future of Intelligent Agents

+

Building the Future of
Intelligent Agents

Exploring adaptive AI systems through experimental frameworks and autonomous agent architectures

-
- 🧪 ALPHA EXPERIMENTS -

All projects are experimental research and will remain in permanent alpha status

+
+ 🧪 EXPERIMENTS +

All projects are experimental research and will remain in permanent experiment status

@@ -43,13 +43,13 @@

Experiments

LLMunix Preview
-

LLMunix ALPHA

+

LLMunix EXPERIMENT

AI Operating System Experiment

An experimental Pure Markdown Operating System where everything is either an agent or tool defined in markdown documents. Now powered by Gemini CLI for enhanced performance and capabilities.

Experimental Research - Alpha +
-

EAX Router ALPHA

+

EAX Router EXPERIMENT

Intelligent LLM Routing

An experimental, intelligent, and pluggable routing layer for Large Language Models. Research into dynamic model selection based on cost, latency, or quality priorities.

Experimental Routing - Alpha +
-

EAX Marketplace ALPHA

+

EAX Marketplace EXPERIMENT

Agent Collaboration Protocol

An experimental, decentralized auction protocol for AI agent collaboration. Research into dynamic multi-agent task allocation through competitive bidding systems.

Experimental Protocol - Alpha +
-

SAL-CP ALPHA

+

SAL-CP EXPERIMENT

Agent Communication Protocol

Self-Aware LLM Communication Protocol - An experimental, rich context communication protocol for collaborative AI agents. Research into contextual agent-to-agent messaging.

Experimental Communication - Alpha +