Spaces:
Running
Running
Commit
·
07b20fe
1
Parent(s):
047b4f4
Added paper link.
Browse files
app.py
CHANGED
@@ -161,6 +161,7 @@ def main():
|
|
161 |
gr.Markdown('## Next Steps')
|
162 |
gr.Markdown("This demo showcases a simple negotiation-and-implementation flow between two agents.")
|
163 |
gr.Markdown("In practice, Agora can be used to build entire networks of agents, with way more complex tasks.")
|
|
|
164 |
gr.Markdown("Also, don't forget us to follow us on [Twitter](https://twitter.com/Agora_Protocol) and join our [Discord](https://discord.gg/MXmfhwQ4FB)!")
|
165 |
|
166 |
def render_info(query_count, cost_info):
|
|
|
161 |
gr.Markdown('## Next Steps')
|
162 |
gr.Markdown("This demo showcases a simple negotiation-and-implementation flow between two agents.")
|
163 |
gr.Markdown("In practice, Agora can be used to build entire networks of agents, with way more complex tasks.")
|
164 |
+
gr.Markdown("Check out our [paper](https://arxiv.org/pdf/2410.11905.pdf) for an example of a network of 100 agents, all interconnected!")
|
165 |
gr.Markdown("Also, don't forget us to follow us on [Twitter](https://twitter.com/Agora_Protocol) and join our [Discord](https://discord.gg/MXmfhwQ4FB)!")
|
166 |
|
167 |
def render_info(query_count, cost_info):
|