Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderaidershaun/rust-auto-gippity-full-code
/ AgentState
Enum
AgentState
src/models/agent_basic/basic_agent.rs:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
#[derive(Debug, PartialEq)]
5
pub enum AgentState {
6
Discovery,
7
Working,
8
UnitTesting,
9
Finished,
10
}
11
12
#[derive(Debug)]
13
pub struct BasicAgent {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected