Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

三層アーキテクチャを複数のタスクに対応できるように刷新 #443

Open
yuiseki opened this issue Nov 9, 2024 · 0 comments
Assignees

Comments

@yuiseki
Copy link
Owner

yuiseki commented Nov 9, 2024

ゴール

  • https://trident.yuiseki.net/ で、これまでの試みすべてが実行可能になること
    • 「台東区を表示して」
    • 「台東区のラーメン屋を表示して」
    • 「台東区のラーメン屋と蕎麦屋、どちらが多い?」
    • 「台東区と文京区、どちらがラーメン屋が多い?」
    • 「国の名前を赤色にして」
    • 「国境線を黄色にして」

アプローチ

  • 三層アーキテクチャはキープする
  • Surface layerのレスポンスも構造化データにする
    • Surface Layerがツールを選ぶ役割も担う
  • Inner layerはツールに応じて分岐する
    • TRIDENT中間言語の文法を拡張する
  • Deep layerもツールに応じて分岐する
    • OverpassQL, SQL, YAMLの三種類になる
@yuiseki yuiseki self-assigned this Nov 9, 2024
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

No branches or pull requests

1 participant