Commit f4ad17c
authored
refactor: improve project organization and create rig crate (0xPlaygrounds#1699)
* 1
* refactor
* update agent docs
* disable default features for crates
* cargo feature magic
* cargo toml magickry
* remove extra script1 parent 7f03489 commit f4ad17c
717 files changed
Lines changed: 899 additions & 1228 deletions
File tree
- .claude
- commands
- skills/rig-provider
- .clinerules
- .continue/rules
- .cursor/rules
- .github
- prompts
- .roo/rules
- .windsurf/rules
- archived/rig-eternalai
- crates
- rig-bedrock
- examples
- common
- src
- types
- rig-core
- src
- agent
- prompt_request
- client
- completion
- embeddings
- http_client
- integrations
- loaders
- epub
- model
- pipeline
- providers
- anthropic
- decoders
- chatgpt
- auth
- cohere
- copilot
- auth
- gemini
- interactions_api
- huggingface
- internal
- mistral
- openai
- completion
- responses_api
- openrouter
- together
- xai
- telemetry
- tools
- tool
- vector_store
- rig-derive
- examples/rig_tool
- src
- tests
- ui/custom_name
- rig-fastembed
- examples
- src
- rig-gemini-grpc
- examples
- proto
- src
- rig-helixdb
- examples
- helixdb-cfg
- db
- src
- rig-lancedb
- examples
- fixtures
- src
- utils
- rig-milvus
- examples
- src
- rig-mongodb
- examples
- src
- rig-neo4j
- examples
- display
- src
- rig-postgres
- examples
- migrations
- src
- rig-qdrant
- examples
- src
- rig-s3vectors
- examples
- src
- rig-scylladb
- examples
- src
- rig-sqlite
- examples
- src
- rig-surrealdb
- examples
- src
- rig-vectorize
- examples
- src
- client
- rig-vertexai
- examples
- src
- types
- examples
- documents
- otel
- rig/rig-core/tests
- skills/rig
- references
- src
- tests
- common
- core
- data
- loaders
- integrations
- lancedb
- fixtures
- migrations
- providers
- anthropic
- azure
- chatgpt
- cohere
- copilot
- deepseek
- galadriel
- gemini
- groq
- huggingface
- hyperbolic
- llamacpp
- llamafile
- minimax
- mira
- mistral
- moonshot
- ollama
- openai
- openrouter
- perplexity
- together
- voyageai
- xai
- xiaomimimo
- zai
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments