GitHub user nathant27 added a comment to the discussion: Task ideas for the dkNet-AI · Apache Texera Agent Hackathon
My idea is to implement Operators to allow for reading data from a news api in real time through web sockets, or polled at intervals. Depending on the daily sentiment, it will make a decision, and send a POST request to an external API that outputs its decisions. I'll have it make buy/sell decisions of stocks, or will have it make bets based on Kalshi. Key operators: something that polls from an API endpoint at fixed intervals. another operator that makes POST requests to an endpoint. Might make it poll at fixed intervals? Might just have an operator that makes requests, and instead of polling an endpoint, and just make a timer operator that repeats it while the workflow is active? Not too sure on this but will clarify as I develop more. GitHub link: https://github.com/apache/texera/discussions/5059#discussioncomment-16927257 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
