0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

自動でTDD開発を回すAI Agent.

Posted at

閑話休題、リポジトリは下記になる

やることはシンプル
・agent.toml で開発要件などを設定する
・.env ファイルにopenaiかローカルのLLMサーバーを設定
・python bin/tdd_develop.py でAIを起動する

あとはAIが自主的にコードを書いてくれる。

、、、とまた現時点で理想的なコードを完璧に作ってくれるわけではないが、
Agentによる自動TTD開発のはこれで成り立っている。

次は
・ワークフローの改善を重ねて(特にDockerを用いて環境のカプセル化を導入など)
・より賢いLLMモデル
などで、理想を近づけていきます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?