sub2sub2 / AI-LINUX-RUST

0 stars 2 forks source link

Agent 구조 #27

Open sub2sub2 opened 7 months ago

sub2sub2 commented 7 months ago
    static
    1. main 8080
    2. request_model_port <-> port1 (에이전트 실행 시점에서 생성된 서비스별 포트)
    3. port1

    1. main 8080
    2. request_port <-> port2 (요청 받은 시점에서 생긴 앱<->에이전트 간 포트)
    3. port2 <-> port2 

각 방법의 장단점? 같은 거를 쫌 생각해보기

hyunsube commented 6 months ago

static 한 방식으로 구현하기

hyunsube commented 6 months ago

PR #33 : ServiceBase 객체에 model 멤버변수를 추가하여, init 단계에서 model 객체를 생성하고 저장하도록 수정.