Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discussion ¶
type Discussion struct {
ID string
Number int
Title string
Body string
URL string
Comments []Comment
}
Discussion represents a GitHub Discussion thread.
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine handles the social loop.
func (*Engine) HealthCheck ¶
HealthCheck verifies that the GitHub API is reachable and the token is valid.
func (*Engine) ReplyToIssues ¶
func (*Engine) Run ¶
Run executes one social session: reads discussions, replies where useful, learns from humans.
func (*Engine) WriteLearningsToMemory ¶
WriteLearningsToMemory is the public entry point for the synthesize workflow. It writes a social learning entry with the given who and insight fields.
Click to show internal directories.
Click to hide internal directories.