Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgujerry committed Sep 13, 2024
2 parents 7f5613a + d31b6f3 commit 1dabe38
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 17 deletions.
55 changes: 38 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1518,29 +1518,17 @@ <h6 class="card-text"> - <i>Building applications with LLMs through composabilit

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://superagi.com/" target="_blank">
<img class="card-img-top" src="static/image/logos/superagi.webp" style="background-color: #000;" alt="SuperAGI">
</a>
<hr class="my-2">
<div class="card-body">
<p class="card-text">Open-source framework to build, manage and run useful Autonomous AI Agents</p>
</div>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://github.com/OpenBMB/ChatDev" target="_blank">
<img class="card-img-top" src="static/image/logos/chatdev.png" alt="chatdev">
<a class="text-center p-3" href="https://langfuse.com/" target="_blank">
<img class="card-img-top" src="static/image/logos/langfuse.png" alt="langfuse">
</a>

<div class="card-body">
<figure class="p-3 mb-0">
<figure class="p-2 mb-0 text-end">
<blockquote class="blockquote">
<p class="text-muted">
<h5 class="card-title"><a href="https://github.com/OpenBMB/ChatDev" class="text-muted" target="_blank">ChatDev</a></h5>
<h5 class="card-title"><a href="https://github.com/langfuse/langfuse" class="text-muted" target="_blank">Langfuse</a></h5>
<small class="text-muted">
Communicative Agents for Software Development
Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets.
</small>
</p>
</blockquote>
Expand All @@ -1549,6 +1537,18 @@ <h5 class="card-title"><a href="https://github.com/OpenBMB/ChatDev" class="text-
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://superagi.com/" target="_blank">
<img class="card-img-top" src="static/image/logos/superagi.webp" style="background-color: #000;" alt="SuperAGI">
</a>
<hr class="my-2">
<div class="card-body">
<p class="card-text">Open-source framework to build, manage and run useful Autonomous AI Agents</p>
</div>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://colossalai.org/" target="_blank">
Expand Down Expand Up @@ -1626,6 +1626,27 @@ <h2>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://github.com/OpenBMB/ChatDev" target="_blank">
<img class="card-img-top" src="static/image/logos/chatdev.png" alt="chatdev">
</a>

<div class="card-body">
<figure class="p-3 mb-0">
<blockquote class="blockquote">
<p class="text-muted">
<h5 class="card-title"><a href="https://github.com/OpenBMB/ChatDev" class="text-muted" target="_blank">ChatDev</a></h5>
<small class="text-muted">
Communicative Agents for Software Development
</small>
</p>
</blockquote>
</figure>
</div>
</div>
</div>

</div>
<!--End of ML, DL, & AI-->

Expand Down
Binary file added static/image/logos/langfuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1dabe38

Please sign in to comment.