Skip to content

feat: add lightweight coding agent sample app with chaos profiles#9

Merged
himmi-01 merged 1 commit into
Corbell-AI:mainfrom
himmi-01:feat/coding-agent-sample
May 21, 2026
Merged

feat: add lightweight coding agent sample app with chaos profiles#9
himmi-01 merged 1 commit into
Corbell-AI:mainfrom
himmi-01:feat/coding-agent-sample

Conversation

@himmi-01
Copy link
Copy Markdown
Contributor

add lightweight coding agent sample app with chaos profiles and tests

  • Add apps/coding_agent/app.py: FastAPI agent on port 8003
  • Code-generation system prompt: Python only, no markdown fences
  • Auto-strips backtick fences from LLM output
  • Server-side chaos: corrupt_output, wrong_language_response, empty_response, hallucinated_api plus shared latency/rate-limit/downgrade
  • Wire coding_agent into CLI --sample-agent flag (port 8003)
  • 14 new integration tests in tests/test_coding_agent_app.py (84 total)

… tests

- Add apps/coding_agent/app.py: FastAPI agent on port 8003
- Code-generation system prompt: Python only, no markdown fences
- Auto-strips backtick fences from LLM output
- Server-side chaos: corrupt_output, wrong_language_response,
  empty_response, hallucinated_api plus shared latency/rate-limit/downgrade
- Wire coding_agent into CLI --sample-agent flag (port 8003)
- 14 new integration tests in tests/test_coding_agent_app.py (84 total)
@himmi-01 himmi-01 merged commit 5eab550 into Corbell-AI:main May 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant