source_code_bot
dandy.cli.intelligence.bots.source_code_bot
SourceCodeBot
Bases: Bot
dandy.cli.intelligence.bots.source_code_bot
SourceCodeBot
Bases: Bot
dandy/bot/bot.py role = 'Senior Developer'
class-attribute
instance-attribute
task = 'Read the instructions and write the source code for the user.'
class-attribute
instance-attribute
guidelines = Prompt().list(["You're only creating one file so focus on completeness.", 'The file name should not contain a path and must include the extensions'])
class-attribute
instance-attribute
intel_class = SourceCodeIntel
class-attribute
instance-attribute
process
dandy/cli/intelligence/bots/source_code_bot.py