MCPcopy Index your code
hub / github.com/coderaidershaun/rust-auto-gippity-full-code

github.com/coderaidershaun/rust-auto-gippity-full-code @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
65 symbols 112 edges 22 files 13 documented · 20%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Create .env

touch .env

Within the .env file created, paste the following:

OPEN_AI_ORG=YOUR_OPEN_AI_ORG_ID
OPEN_AI_KEY=YOUR_OPEN_AI_KEY

Update Paths

Update constants in the src/helpers/general path.

These should match where you have your web_template project saved. Recommend to save your web_template in the same folder as this project.

Web template project: https://github.com/coderaidershaun/rust-web-server-template.git

These should link to a code template which you want your web server to use and the main.rs file where it will attempt to execute new code it writes.

Build Project

cargo build

Run Project

cargo run

Extension points exported contracts — how you extend this code

SpecialFunctions (Interface)
(no doc) [2 implementers]
src/models/agents/agent_traits.rs
BasicTraits (Interface)
(no doc) [1 implementers]
src/models/agent_basic/basic_traits.rs

Core symbols most depended-on inside this repo

print_agent_message
called by 13
src/helpers/command_line.rs
execute
called by 12
src/models/agents/agent_backend.rs
ai_task_request
called by 7
src/helpers/general.rs
save_backend_code
called by 3
src/helpers/general.rs
call_gpt
called by 3
src/apis/call_request.rs
extend_ai_function
called by 2
src/helpers/general.rs
check_status_code
called by 2
src/helpers/general.rs
add_agent
called by 2
src/models/agents_manager/managing_agent.rs

Shape

Function 26
Method 23
Class 12
Enum 2
Interface 2

Languages

Rust100%

Modules by API surface

src/helpers/general.rs10 symbols
src/models/agents/agent_backend.rs9 symbols
src/models/agent_basic/basic_agent.rs8 symbols
src/models/agents/agent_architect.rs7 symbols
src/models/agents_manager/managing_agent.rs6 symbols
src/models/general/llm.rs5 symbols
src/helpers/command_line.rs5 symbols
src/models/agents/agent_traits.rs4 symbols
src/ai_functions/aifunc_backend.rs4 symbols
src/apis/call_request.rs2 symbols
src/ai_functions/aifunc_architect.rs2 symbols
src/models/agent_basic/basic_traits.rs1 symbols

For agents

$ claude mcp add rust-auto-gippity-full-code \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page