Just wanted to make a few clarifications - Spelly is an agent, not a robot.
An agent acts on behalf of the user and interacts directly with the Wave
server. A robot sends its actions through a special robot-proxying agent,
and it is considered to be a unique participant. Currently, Google Wave only
supports third-party robots, not agents. The open source federated wave
server code supports agents, and includes sample code for one ("Echoey").For now, you should probably investigate using the robots API to achieve your use case. - pamela On Mon, Nov 23, 2009 at 7:32 PM, Vikram Dhillon <[email protected]>wrote: > If the source for Spelly is available you can check that out and then add > the > options you want to add :) > > -- > Regards, > Vikram Dhillon > > > On Monday 23 November 2009 04:06:32 am Avital Oliver wrote: > > Interesting. Thanks for this information. > > > > Avital. > > > > -- > > http://blog.thewe.net > > http://twitter.com/theWE_ > > > > On Mon, Nov 23, 2009 at 10:57 AM, qMax <[email protected]> wrote: > > > Nope. > > > > > > Phantom of Spelly stores suggestions in some special data documents. > > > They are seen in "debug"/"show all wavelets" (id of sugestions doc = > > > "spell+b~+" + tail of content blip id) - > > > They are not available in event context for another robot. > > > Annotations contain only references to nodes inside these docs. > > > > > > On 23 ноя, 13:01, Avital Oliver <[email protected]> wrote: > > > > I don't think you can do that but Spelly works by inserting special > > > > annotations into the wave. Your robot should be able to see these > > > > annotations and modify them to contain your new words. > > > > > > > > --http://blog.thewe.nethttp://twitter.com/theWE_ > > > > > > > > On Sat, Nov 21, 2009 at 2:36 AM, Eyal <[email protected]> wrote: > > > > > Hi, I want to develop a robot that adds a few spelling options that > > > > > Spelly doesn't have, but I wondered if accessing another robot is > > > > > even possible > > > > > > > > > > -- > > > > > > > > > > You received this message because you are subscribed to the Google > > > > > > Groups > > > > > > > > "Google Wave API" group. > > > > > To post to this group, send email to > > > > > [email protected]. To unsubscribe from this group, > > > > > send email to > > > > > [email protected]<google-wave-api%[email protected]> > <google-wave-api%2Bunsubs > > > > >[email protected]> > > > > > > <google-wave-api%2Bunsubscribe@ googlegroups.com> > > > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/google-wave-api?hl=. > > > > > > -- > > > > > > You received this message because you are subscribed to the Google > Groups > > > "Google Wave API" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-wave-api%[email protected]> > <google-wave-api%2Bunsubscrib > > >[email protected]> . > > > For more options, visit this group at > > > http://groups.google.com/group/google-wave-api?hl=. > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > "Google Wave API" group. To post to this group, send email to > > [email protected]. To unsubscribe from this group, send > > email to > > [email protected]<google-wave-api%[email protected]>. > For more options, > > visit this group at http://groups.google.com/group/google-wave-api?hl=. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
