HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by anentropic

Comment by anentropic 5 months ago

0 replies

View on Hacker News

that example syntax is loosely based on CDK code for AWS Step Functions, since I had to write some recently

essentially you're building a DAG so it could be worth checking some other APIs which do a similar thing for inspiration

e.g. it looks like in Airflow you could write it as:

    chain(llm, decider, [agentOne, agentTwo], workflow)
https://airflow.apache.org/docs/apache-airflow/stable/core-c...