Skip to content

Commit 6f8c23b

Browse files
committed
docs(readme): add badges for DeepWiki, Context7, crates.io, and docs.rs
1 parent 4af95c6 commit 6f8c23b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Bob — LLM-Powered Coding Agent
22

3+
[![DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/longcipher/bob)
4+
[![Context7](https://img.shields.io/badge/Website-context7.com-blue)](https://context7.com/longcipher/bob)
5+
[![crates.io](https://img.shields.io/crates/v/bob-core.svg)](https://crates.io/crates/bob-core)
6+
[![docs.rs](https://docs.rs/bob-core/badge.svg)](https://docs.rs/bob-core)
7+
8+
![bob](https://socialify.git.ci/longcipher/bob/image?font=Source+Code+Pro&language=1&name=1&owner=1&pattern=Circuit+Board&theme=Auto)
9+
310
Bob is an LLM-powered coding agent built in Rust with a hexagonal (ports & adapters) architecture. It connects to language models via the [`genai`](https://crates.io/crates/genai) crate and to external tools via [MCP](https://modelcontextprotocol.io/) servers using [`rmcp`](https://crates.io/crates/rmcp).
411

512
## Architecture

0 commit comments

Comments
 (0)