()
| 2 | import './KeyFeatures.css'; |
| 3 | |
| 4 | export function KeyFeatures() { |
| 5 | return ( |
| 6 | <div className="key-features"> |
| 7 | {/* <div className="intro-image"> |
| 8 | <img src="/img/autoagent-intro.svg" alt="AutoAgent Introduction" /> |
| 9 | </div> */} |
| 10 | <h2 className="features-title">Key Features</h2> |
| 11 | <ul className="features-list"> |
| 12 | <li> |
| 13 | <span className="feature-icon">🏆</span> |
| 14 | <div className="feature-content"> |
| 15 | <strong>Top Performer on the GAIA Benchmark</strong> |
| 16 | <p> |
| 17 | AutoAgent has ranked the <span className="highlight">#1</span> spot among open-sourced methods, delivering comparable performance to <span className="highlight">OpenAI's Deep Research</span>. |
| 18 | </p> |
| 19 | </div> |
| 20 | </li> |
| 21 | |
| 22 | <li> |
| 23 | <span className="feature-icon">📚</span> |
| 24 | <div className="feature-content"> |
| 25 | <strong>Agentic-RAG with Native Self-Managing Vector Database</strong> |
| 26 | <p> |
| 27 | AutoAgent equipped with a native self-managing vector database, outperforms industry-leading solutions like <span className="highlight">LangChain</span>. |
| 28 | </p> |
| 29 | </div> |
| 30 | </li> |
| 31 | |
| 32 | <li> |
| 33 | <span className="feature-icon">✨</span> |
| 34 | <div className="feature-content"> |
| 35 | <strong>Agent and Workflow Create with Ease</strong> |
| 36 | <p> |
| 37 | AutoAgent leverages natural language to effortlessly build ready-to-use <span className="highlight">tools</span>, <span className="highlight">agents</span> and <span className="highlight">workflows</span> - no coding required. |
| 38 | </p> |
| 39 | </div> |
| 40 | </li> |
| 41 | |
| 42 | <li> |
| 43 | <span className="feature-icon">🌐</span> |
| 44 | <div className="feature-content"> |
| 45 | <strong>Universal LLM Support</strong> |
| 46 | <p> |
| 47 | AutoAgent seamlessly integrates with <span className="highlight">A Wide Range</span> of LLMs (OpenAI, Anthropic, Deepseek, vLLM, Grok, Huggingface). |
| 48 | </p> |
| 49 | </div> |
| 50 | </li> |
| 51 | |
| 52 | <li> |
| 53 | <span className="feature-icon">🔀</span> |
| 54 | <div className="feature-content"> |
| 55 | <strong>Flexible Interaction</strong> |
| 56 | <p> |
| 57 | Benefit from support for both <span className="highlight">function-calling</span> and <span className="highlight">ReAct</span> interaction modes. |
| 58 | </p> |
| 59 | </div> |
| 60 | </li> |
| 61 |
nothing calls this directly
no outgoing calls
no test coverage detected