Skip to content

Commit

Permalink
Added Agent Marketplace Blog (#404)
Browse files Browse the repository at this point in the history
Added Agent marketplace Blog (Blog 11)

---------

Co-authored-by: Huanzhi Mao <[email protected]>
Co-authored-by: Shishir Patil <[email protected]>
  • Loading branch information
3 people authored Jun 22, 2024
1 parent 6bd2614 commit 1209b03
Show file tree
Hide file tree
Showing 14 changed files with 538 additions and 10 deletions.
9 changes: 9 additions & 0 deletions assets/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,12 @@ pre {
align-items: flex-start;
flex-wrap: wrap;
}

.blog-title-marketplace {
text-align: center;
font-size: 2.5rem;
margin: 20px 0 10px 0;
color: #007bff;
font-family: 'Arial';
}

Binary file added assets/img/blog_post_11_add_agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_add_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_add_screen_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_progress_bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_rating_detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_ratings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_review.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog_post_11_sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 27 additions & 10 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,22 @@ <h1 class="text-center">🦍 Gorilla: Large Language Model Connected with Massiv
<div class="highlighted-blogs">


<!-- Wider Highlighted Blog -->
<div class="highlighted-blog">
<a href="blogs/11_agent_marketplace.html">
<div class="blog-content">
<h2 class="blog-title">Agent Marketplace: Centralized Platform to Create and Use LLM Agents</h2>
<div class="author-date">
<p class="author"><a href="https://shishirpatil.github.io/">Nithik Yekollu et al.</a></p>
<p class="date">June 9, 2024</p>
</div>
<a href="blogs/10_gorilla_exec_engine.html">
<img src="assets/img/blog_post_11_agent_marketplace_landing.png" alt="Agent Marketplace Image" style="width: 100%;">
</a>
</div>
</a>
</div>

<!-- Wider Highlighted Blog -->
<div class="highlighted-blog">
<a href="blogs/10_gorilla_exec_engine.html">
Expand All @@ -241,8 +257,16 @@ <h2 class="blog-title">GoEx: A Runtime for Autonomous LLM Applications</h2>
</div>
</a>
</div>
<!-- Wider Highlighted Blog -->
<div class="highlighted-blog">

<!-- Taller but Narrower Highlighted Blog Post 8-->

<!-- Add more posts using the same structure as above -->
</div>

<div class="blog-container">

<!-- Blog Post 9-->
<div class="blog-post">
<a href="blogs/9_raft.html">
<div class="blog-content">
<h2 class="blog-title">RAFT: Adapting Language Model to Domain Specific RAG</h2>
Expand All @@ -251,18 +275,11 @@ <h2 class="blog-title">RAFT: Adapting Language Model to Domain Specific RAG</h2>
<p class="date">Mar 15, 2024</p>
</div>
<a href="blogs/9_raft.html">
<img src="../assets/img/blog_post_9_raft_openbook.png" alt="Open Book (VS) Closed Book (VS) RAFT Image" style="width: 100%; display: block; margin-left: auto; margin-right: auto;">
<img src="assets/img/blog_post_9_raft_openbook.png" alt="Open Book (VS) Closed Book (VS) RAFT Image" style="width: 100%; display: block; margin-left: auto; margin-right: auto;">
</a>
</div>
</a>
</div>

<!-- Taller but Narrower Highlighted Blog Post 8-->

<!-- Add more posts using the same structure as above -->
</div>

<div class="blog-container">
<!-- Blog Post 8-->
<div class="blog-post">
<a href="blogs/8_berkeley_function_calling_leaderboard.html">
Expand Down
502 changes: 502 additions & 0 deletions blogs/11_agent_marketplace.html

Large diffs are not rendered by default.

0 comments on commit 1209b03

Please sign in to comment.