diff --git a/website/blog/2024-12-02-ReasoningAgent2/index.mdx b/website/blog/2024-12-02-ReasoningAgent2/index.mdx index f726a53f5..825985e2d 100644 --- a/website/blog/2024-12-02-ReasoningAgent2/index.mdx +++ b/website/blog/2024-12-02-ReasoningAgent2/index.mdx @@ -9,6 +9,67 @@ authors: tags: [LLM, GPT, research] --- +
+

Authors:

+ + +
+
+ +
+
+

Hrushikesh Dokala

+

CS Undergraduate Based in India

+
+
+
+ +
+
+ +
+
+

BabyCNM

+

AG2 Contributor

+
+
+
+ +
+
+ +
+
+

Shaokun Zhang

+

PhD student at the Pennsylvania State University

+
+
+
+ +
+
+ +
+
+

Chi Wang

+

Founder of AutoGen (now AG2) & FLAML

+
+
+
+ +
+
+ +
+
+

Qingyun Wu

+

Co-Founder of AutoGen/AG2 & FLAML, Assistant Professor at Penn State University

+
+
+
+
+
+ ![Tree of Thoughts](img/reasoningagent_1.png) **TL;DR:** diff --git a/website/blog/2024-12-06-FalkorDB-Structured/index.mdx b/website/blog/2024-12-06-FalkorDB-Structured/index.mdx index 6ea5edfff..6e407eb3d 100644 --- a/website/blog/2024-12-06-FalkorDB-Structured/index.mdx +++ b/website/blog/2024-12-06-FalkorDB-Structured/index.mdx @@ -9,6 +9,67 @@ authors: tags: [RAG, Graph RAG, Structured Outputs, swarm, nested chat] --- +
+

Authors:

+ + +
+
+ +
+
+

Mark Sze

+

Software Engineer at AG2.ai

+
+
+
+ +
+
+ +
+
+

Tvrtko Sternak

+

Machine Learning Engineer at Airt

+
+
+
+ +
+
+ +
+
+

Davor Runje

+

CTO at Airt

+
+
+
+ +
+
+ +
+
+

AgentGenie

+

AG2 Contributor

+
+
+
+ +
+
+ +
+
+

Qingyun Wu

+

Co-Founder of AutoGen/AG2 & FLAML, Assistant Professor at Penn State University

+
+
+
+
+
+ ![FalkorDB Web](img/falkordb.png) **TL;DR:** diff --git a/website/blog/2024-12-20-RealtimeAgent/index.mdx b/website/blog/2024-12-20-RealtimeAgent/index.mdx index 094533bf9..dc1e4e9e0 100644 --- a/website/blog/2024-12-20-RealtimeAgent/index.mdx +++ b/website/blog/2024-12-20-RealtimeAgent/index.mdx @@ -9,6 +9,56 @@ tags: [Realtime API, Voice Agents, Swarm Teams, Twilio, AI Tools] --- +
+

Authors:

+ + +
+
+ +
+
+

Mark Sze

+

Software Engineer at AG2.ai

+
+
+
+ +
+
+ +
+
+

Tvrtko Sternak

+

Machine Learning Engineer at Airt

+
+
+
+ +
+
+ +
+
+

Davor Runje

+

CTO at Airt

+
+
+
+ +
+
+ +
+
+

Davorin RuĆĄevljan

+

Developer

+
+
+
+
+
+ ![Realtime Agent Swarm](img/realtime_agent_swarm.png) **TL;DR:** diff --git a/website/blog/2024-12-20-Reasoning-Update/index.mdx b/website/blog/2024-12-20-Reasoning-Update/index.mdx index 8f1fa3799..40a4240e8 100644 --- a/website/blog/2024-12-20-Reasoning-Update/index.mdx +++ b/website/blog/2024-12-20-Reasoning-Update/index.mdx @@ -8,6 +8,56 @@ authors: tags: [LLM, GPT, research, tutorial] --- +
+

Authors:

+ + +
+
+ +
+
+

BabyCNM

+

AG2 Contributor

+
+
+
+ +
+
+ +
+
+

Hrushikesh Dokala

+

CS Undergraduate Based in India

+
+
+
+ +
+
+ +
+
+

Chi Wang

+

Founder of AutoGen (now AG2) & FLAML

+
+
+
+ +
+
+ +
+
+

Qingyun Wu

+

Co-Founder of AutoGen/AG2 & FLAML, Assistant Professor at Penn State University

+
+
+
+
+
+ ![Tree of Thoughts](img/reasoningagent_1.png) **Key Updates in this Release:** diff --git a/website/blog/2024-12-20-Tools-interoperability/index.mdx b/website/blog/2024-12-20-Tools-interoperability/index.mdx index c57d6869f..13e89496b 100644 --- a/website/blog/2024-12-20-Tools-interoperability/index.mdx +++ b/website/blog/2024-12-20-Tools-interoperability/index.mdx @@ -5,6 +5,23 @@ authors: tags: [LLM, tools, langchain, crewai, pydanticai] --- +
+

Author:

+ + +
+
+ +
+
+

Robert Jambrecic

+

Machine Learning Engineer at Airt

+
+
+
+
+
+
This content will be hidden. MOVE THE iframe BLOCK OUTSIDE OF div BLOCK ONCE THE VIDEO IS READY diff --git a/website/mint-style.css b/website/mint-style.css index 7cc309c82..fc557dacc 100644 --- a/website/mint-style.css +++ b/website/mint-style.css @@ -246,6 +246,38 @@ a.colab-badge > img, a.github-badge > img { border-bottom: none; } /* Examples page Gallery section ends */ + +/* Blog page section starts */ +.blog-authors .px-6.py-5{ + padding:0.35rem 0; +} +.blog-authors .card { + display: flex; + padding: 0; + margin: 0; + justify-content: flex-start; + background: none; + border: none; +} +.blog-authors .card img { + max-width: 60px; + height: auto; + border-radius: 50%; +} +.blog-authors p { + font-weight: 300; +} +.blog-authors p.name, .blog-authors p.authors { + font-weight: 700; +} +.blog-authors p.authors { + margin: 0.5rem 0; +} +.blog-authors .img-placeholder { + margin-right: 1rem; +} +/* Blog page section ends */ + #search-bar-entry { border-radius: 0 !important; height: 36px; diff --git a/website/mint.json b/website/mint.json index 39b665c2c..f453baa3b 100644 --- a/website/mint.json +++ b/website/mint.json @@ -498,7 +498,7 @@ "blog/2024-12-20-RealtimeAgent/index", "blog/2024-12-20-Tools-interoperability/index", "blog/2024-12-20-Reasoning-Update/index", - "blog/2024-12-18-Tools-interoperability/index", + "blog/2024-12-20-Tools-interoperability/index", "blog/2024-12-06-FalkorDB-Structured/index", "blog/2024-12-02-ReasoningAgent2/index", "blog/2024-11-27-Prompt-Leakage-Probing/index",